COLOR #BBA384

HEX: #BBA384
RGB: (187,163,132)

Color info

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

RGB color model

#BBA384 color RGB value is (187,163,132).

  • red value is 187;
  • green value is 163;
  • blue value is 132.
RGB:
(187,163,132)
(73%,64%,52%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 132 of 255 = 52%

187
163
132

R + G + B ~ 63%. #BBA384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 132 = 482 (100%)
R 187 of 482 ~ 38.8%
G 163 of 482 ~ 33.82%
B 132 of 482 ~ 27.39%

%38.8
%33.82
%27.39

CMYK color model

#BBA384 color CMYK value is (0,13,29,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 29.41%
  • key color value is 26.67%
CMYK:
(0,13,29,27)
C0M13Y29K27 
(0%,13%,29%,27%)
(0.00/0.13/0.29/0.27)	

CMYK percentages

%0
%12.83
%29.41
%26.67

Codes

Color #BBA384 in popluar color models

BBA384
RGB187163132
HSL34°28.80%62.55%
HSB/HSV34°29.41%73.33%
CMYK0.00%12.83%29.41%
26.67%

Color #BBA384 in popluar number systems.

HEXBBA384
Decimal187163132
Binary101110111010001110000100
Octal273243204

Shades and tints

Shades of #BBA384

#BBA384
(187,163,132)
#AA9578
(170,149,120)
#99876C
(153,135,108)
#887960
(136,121,96)
#776B54
(119,107,84)
#665D48
(102,93,72)
#554F3C
(85,79,60)
#444130
(68,65,48)
#333324
(51,51,36)
#222518
(34,37,24)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #BBA384

#BBA384
(187,163,132)
#C1AB8F
(193,171,143)
#C7B39A
(199,179,154)
#CDBBA5
(205,187,165)
#D3C3B0
(211,195,176)
#D9CBBB
(217,203,187)
#DFD3C6
(223,211,198)
#E5DBD1
(229,219,209)
#EBE3DC
(235,227,220)
#F1EBE7
(241,235,231)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA384 color. Also use rgb(187,163,132) instead hex code.

Text Font Color

.myTextColor { color: #BBA384; }

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

This text font color is #BBA384.


Background Color

.myBgColor { background-color: #BBA384; }

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

This div background color is #BBA384.


Border color

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

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

This div border color is #BBA384.


Opacity

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

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

Text with #BBA384 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 #BBA384;}

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

This text has shadow with #BBA384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA384 on black background.


Color preview on white background

This text has color #BBA384 on white background.



Black color preview on #BBA384 background

This text has black color on #BBA384 background.


White color preview on #BBA384 background

This text has white color on #BBA384 background.