COLOR #BBA798

HEX: #BBA798
RGB: (187,167,152)

Color info

#BBA798 contains red, green and blue colors in about the same proportion. Web safe color of #BBA798 is #CC9999 (or #C99).

RGB color model

#BBA798 color RGB value is (187,167,152).

  • red value is 187;
  • green value is 167;
  • blue value is 152.
RGB:
(187,167,152)
(73%,65%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 152 of 255 = 60%

187
167
152

R + G + B ~ 66%. #BBA798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 167 + 152 = 506 (100%)
R 187 of 506 ~ 36.96%
G 167 of 506 ~ 33%
B 152 of 506 ~ 30.04%

%36.96
%33
%30.04

CMYK color model

#BBA798 color CMYK value is (0,11,19,27).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(0,11,19,27)
C0M11Y19K27 
(0%,11%,19%,27%)
(0.00/0.11/0.19/0.27)	

CMYK percentages

%0
%10.7
%18.72
%26.67

Codes

Color #BBA798 in popluar color models

BBA798
RGB187167152
HSL26°20.47%66.47%
HSB/HSV26°18.72%73.33%
CMYK0.00%10.70%18.72%
26.67%

Color #BBA798 in popluar number systems.

HEXBBA798
Decimal187167152
Binary101110111010011110011000
Octal273247230

Shades and tints

Shades of #BBA798

#BBA798
(187,167,152)
#AA988B
(170,152,139)
#99897E
(153,137,126)
#887A71
(136,122,113)
#776B64
(119,107,100)
#665C57
(102,92,87)
#554D4A
(85,77,74)
#443E3D
(68,62,61)
#332F30
(51,47,48)
#222023
(34,32,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BBA798

#BBA798
(187,167,152)
#C1AFA1
(193,175,161)
#C7B7AA
(199,183,170)
#CDBFB3
(205,191,179)
#D3C7BC
(211,199,188)
#D9CFC5
(217,207,197)
#DFD7CE
(223,215,206)
#E5DFD7
(229,223,215)
#EBE7E0
(235,231,224)
#F1EFE9
(241,239,233)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA798 color. Also use rgb(187,167,152) instead hex code.

Text Font Color

.myTextColor { color: #BBA798; }

<p style="color:#BBA798">This sample text font color is #BBA798.</p>

This text font color is #BBA798.


Background Color

.myBgColor { background-color: #BBA798; }

<div style="background-color:#BBA798">Inner text</div>

This div background color is #BBA798.


Border color

.myBorderColor { border: 1px solid #BBA798; }

<div style="border:3px solid #BBA798">Div</div>

This div border color is #BBA798.


Opacity

.myOpacity80 { color: #BBA798; opacity: 0.8; }

<p style="color:#BBA798;opacity:0.8;">80%</p>

Text with #BBA798 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA798;}

<p style="text-shadow: 3px 3px 1px #BBA798">Text here.</p>

This text has shadow with #BBA798 color.

.textShadow {text-shadow: 3px 3px 1px #BBA798, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA798, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA798 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA798, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA798, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA798 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBA798;
  -webkit-box-shadow:	1px 1px 3px 2px #BBA798;
  box-shadow:		1px 1px 3px 2px #BBA798;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA798;
-webkit-box-shadow: 1px 1px 3px 2px #BBA798;
box-shadow:1px 1px 3px 2px #BBA798;">
Div content here</div>
This div box has shadow with color #BBA798.

Preview

Color preview on black background

This text has color #BBA798 on black background.


Color preview on white background

This text has color #BBA798 on white background.



Black color preview on #BBA798 background

This text has black color on #BBA798 background.


White color preview on #BBA798 background

This text has white color on #BBA798 background.