COLOR #BBA37F

HEX: #BBA37F
RGB: (187,163,127)

Color info

#BBA37F contains mainly red and green colors. Web safe color of #BBA37F is #CC9966 (or #C96).

RGB color model

#BBA37F color RGB value is (187,163,127).

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

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 127 of 255 = 50%

187
163
127

R + G + B ~ 62%. #BBA37F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 127 = 477 (100%)
R 187 of 477 ~ 39.2%
G 163 of 477 ~ 34.17%
B 127 of 477 ~ 26.62%

%39.2
%34.17
%26.62

CMYK color model

#BBA37F color CMYK value is (0,13,32,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,13,32,27)
C0M13Y32K27 
(0%,13%,32%,27%)
(0.00/0.13/0.32/0.27)	

CMYK percentages

%0
%12.83
%32.09
%26.67

Codes

Color #BBA37F in popluar color models

BBA37F
RGB187163127
HSL36°30.61%61.57%
HSB/HSV36°32.09%73.33%
CMYK0.00%12.83%32.09%
26.67%

Color #BBA37F in popluar number systems.

HEXBBA37F
Decimal187163127
Binary10111011101000111111111
Octal273243177

Shades and tints

Shades of #BBA37F

#BBA37F
(187,163,127)
#AA9574
(170,149,116)
#998769
(153,135,105)
#88795E
(136,121,94)
#776B53
(119,107,83)
#665D48
(102,93,72)
#554F3D
(85,79,61)
#444132
(68,65,50)
#333327
(51,51,39)
#22251C
(34,37,28)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBA37F

#BBA37F
(187,163,127)
#C1AB8A
(193,171,138)
#C7B395
(199,179,149)
#CDBBA0
(205,187,160)
#D3C3AB
(211,195,171)
#D9CBB6
(217,203,182)
#DFD3C1
(223,211,193)
#E5DBCC
(229,219,204)
#EBE3D7
(235,227,215)
#F1EBE2
(241,235,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA37F; }

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

This text font color is #BBA37F.


Background Color

.myBgColor { background-color: #BBA37F; }

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

This div background color is #BBA37F.


Border color

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

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

This div border color is #BBA37F.


Opacity

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

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

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

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

This text has shadow with #BBA37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA37F on black background.


Color preview on white background

This text has color #BBA37F on white background.



Black color preview on #BBA37F background

This text has black color on #BBA37F background.


White color preview on #BBA37F background

This text has white color on #BBA37F background.