#BB9A74

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

Shades of Fallow #BB9A74

Tints of Fallow #BB9A74

Color information

#BB9A74 (or 0xBB9A74) is unknown color: approx Fallow. HEX triplet: BB, 9A and 74. RGB value is (187,154,116). Sum of RGB (Red+Green+Blue) = 187+154+116=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A74 is #44658B. Grayscale: #9F9F9F. Windows color (decimal): -4482444 or 7641787. OLE color: 7641787.

HSL color Cylindrical-coordinate representation of color #BB9A74: hue angle of 32.11º 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 #BB9A74 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187154116-
CMYK00.180.380.27
HSL32.11º34.3%59.41%-
HSV(B)32.11º37.97%73.33%-
XYZ35.234.9421.41-
YUV159.53103.43147.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=40.92%
G=33.70%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715411600.180.380.2732.1134.359.41
HexBB9A74012261B20223b
Octal2732321640224633404273
Binary1011101110011010111010001001010011011011100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A74; }

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

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

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

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

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

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

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

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