#BB9E74

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

Shades of Fallow #BB9E74

Tints of Fallow #BB9E74

Color information

#BB9E74 (or 0xBB9E74) is unknown color: approx Fallow. HEX triplet: BB, 9E and 74. RGB value is (187,158,116). Sum of RGB (Red+Green+Blue) = 187+158+116=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E74 is #44618B. Grayscale: #A2A2A2. Windows color (decimal): -4481420 or 7642811. OLE color: 7642811.

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

Color convert

RGB187158116-
CMYK00.160.380.27
HSL35.49º34.3%59.41%-
HSV(B)35.49º37.97%73.33%-
XYZ35.8736.2821.63-
YUV161.88102.11145.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=40.56%
G=34.27%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715811600.160.380.2735.4934.359.41
HexBB9E74010261B23223b
Octal2732361640204633434273
Binary1011101110011110111010001000010011011011100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E74; }

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

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

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

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

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

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

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

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