#BB9C71

Color #BB9C71 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #BB9C71

Tints of Fallow #BB9C71

Color information

#BB9C71 (or 0xBB9C71) is unknown color: approx Fallow. HEX triplet: BB, 9C and 71. RGB value is (187,156,113). Sum of RGB (Red+Green+Blue) = 187+156+113=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C71 is #44638E. Grayscale: #A0A0A0. Windows color (decimal): -4481935 or 7445691. OLE color: 7445691.

HSL color Cylindrical-coordinate representation of color #BB9C71: hue angle of 34.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9C71 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187156113-
CMYK00.170.400.27
HSL34.86º35.24%58.82%-
HSV(B)34.86º39.57%73.33%-
XYZ35.3635.5320.62-
YUV160.37101.27147-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=41.01%
G=34.21%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715611300.170.400.2734.8635.2458.82
HexBB9C71011281B23233b
Octal2732341610215033434373
Binary1011101110011100111000101000110100011011100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C71; }

 p { color: rgb(187,156,113); }

 H1.HeaderClassName
 {
   color: #BB9C71;
 }
 .AnyTagClassName
 {
   color: #BB9C71;
 }
</style>
background-color css

<style>
 a { background-color: #BB9C71; }

 a { background-color: rgb(187,156,113); }

 div.DivClassName
 {
   background-color: #BB9C71;
 }
 .BgClassName
 {
   background-color: #BB9C71;
 }
</style>
border-color css

<style>
 span { border-color: #BB9C71; }

 span { border-color: rgb(187,156,113); }

 td.TdClassName
 {
   border-color: #BB9C71;
 }
 .TagClassName
 {
   border-color: #BB9C71;
 }
</style>