#BB9673

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

Shades of Fallow #BB9673

Tints of Fallow #BB9673

Color information

#BB9673 (or 0xBB9673) is unknown color: approx Fallow. HEX triplet: BB, 96 and 73. RGB value is (187,150,115). Sum of RGB (Red+Green+Blue) = 187+150+115=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9673 is #44698C. Grayscale: #9D9D9D. Windows color (decimal): -4483469 or 7575227. OLE color: 7575227.

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

Color convert

RGB187150115-
CMYK00.200.390.27
HSL29.17º34.62%59.22%-
HSV(B)29.17º38.5%73.33%-
XYZ34.4933.6220.89-
YUV157.07104.26149.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=41.37%
G=33.19%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715011500.200.390.2729.1734.6259.22
HexBB9673014271B1d233b
Octal2732261630244733354373
Binary101110111001011011100110101001001111101111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9673; }

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

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

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

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

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

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

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

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