#BB9D6C

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

Shades of Fallow #BB9D6C

Tints of Fallow #BB9D6C

Color information

#BB9D6C (or 0xBB9D6C) is unknown color: approx Fallow. HEX triplet: BB, 9D and 6C. RGB value is (187,157,108). Sum of RGB (Red+Green+Blue) = 187+157+108=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9D6C is #446293. Grayscale: #A0A0A0. Windows color (decimal): -4481684 or 7118267. OLE color: 7118267.

HSL color Cylindrical-coordinate representation of color #BB9D6C: hue angle of 37.22º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB9D6C is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187157108-
CMYK00.160.420.27
HSL37.22º36.74%57.84%-
HSV(B)37.22º42.25%73.33%-
XYZ35.2635.7619.23-
YUV160.3898.44146.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=41.37%
G=34.73%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715710800.160.420.2737.2236.7457.84
HexBB9D6C0102A1B25253a
Octal2732351540205233454572
Binary1011101110011101110110001000010101011011100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D6C; }

 p { color: rgb(187,157,108); }

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

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

 a { background-color: rgb(187,157,108); }

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

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

 span { border-color: rgb(187,157,108); }

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