#BB9D66

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

Shades of Fallow #BB9D66

Tints of Fallow #BB9D66

Color information

#BB9D66 (or 0xBB9D66) is unknown color: approx Fallow. HEX triplet: BB, 9D and 66. RGB value is (187,157,102). Sum of RGB (Red+Green+Blue) = 187+157+102=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9D66 is #446299. Grayscale: #9F9F9F. Windows color (decimal): -4481690 or 6725051. OLE color: 6725051.

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

Color convert

RGB187157102-
CMYK00.160.450.27
HSL38.82º38.46%56.67%-
HSV(B)38.82º45.45%73.33%-
XYZ34.9535.6417.61-
YUV159.795.44147.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=41.93%
G=35.20%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715710200.160.450.2738.8238.4656.67
HexBB9D660102D1B272639
Octal2732351460205533474671
Binary1011101110011101110011001000010110111011100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D66; }

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

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

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

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

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

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

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

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