#BB9E75

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

Shades of Fallow #BB9E75

Tints of Fallow #BB9E75

Color information

#BB9E75 (or 0xBB9E75) is unknown color: approx Fallow. HEX triplet: BB, 9E and 75. RGB value is (187,158,117). Sum of RGB (Red+Green+Blue) = 187+158+117=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E75 is #44618A. Grayscale: #A2A2A2. Windows color (decimal): -4481419 or 7708347. OLE color: 7708347.

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

Color convert

RGB187158117-
CMYK00.160.370.27
HSL35.14º33.98%59.61%-
HSV(B)35.14º37.43%73.33%-
XYZ35.9336.321.94-
YUV162102.61145.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=40.48%
G=34.20%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715811700.160.370.2735.1433.9859.61
HexBB9E75010251B23223c
Octal2732361650204533434274
Binary1011101110011110111010101000010010111011100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E75; }

 p { color: rgb(187,158,117); }

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

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

 a { background-color: rgb(187,158,117); }

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

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

 span { border-color: rgb(187,158,117); }

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