#BB9B73

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

Shades of Fallow #BB9B73

Tints of Fallow #BB9B73

Color information

#BB9B73 (or 0xBB9B73) is unknown color: approx Fallow. HEX triplet: BB, 9B and 73. RGB value is (187,155,115). Sum of RGB (Red+Green+Blue) = 187+155+115=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B73 is #44648C. Grayscale: #A0A0A0. Windows color (decimal): -4482189 or 7576507. OLE color: 7576507.

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

Color convert

RGB187155115-
CMYK00.170.390.27
HSL33.33º34.62%59.22%-
HSV(B)33.33º38.5%73.33%-
XYZ35.3135.2521.16-
YUV160.01102.6147.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=40.92%
G=33.92%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715511500.170.390.2733.3334.6259.22
HexBB9B73011271B21233b
Octal2732331630214733414373
Binary1011101110011011111001101000110011111011100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B73; }

 p { color: rgb(187,155,115); }

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

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

 a { background-color: rgb(187,155,115); }

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

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

 span { border-color: rgb(187,155,115); }

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