#BB9472

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

Shades of Fallow #BB9472

Tints of Fallow #BB9472

Color information

#BB9472 (or 0xBB9472) is unknown color: approx Fallow. HEX triplet: BB, 94 and 72. RGB value is (187,148,114). Sum of RGB (Red+Green+Blue) = 187+148+114=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9472 is #446B8D. Grayscale: #9B9B9B. Windows color (decimal): -4483982 or 7509179. OLE color: 7509179.

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

Color convert

RGB187148114-
CMYK00.210.390.27
HSL27.95º34.93%59.02%-
HSV(B)27.95º39.04%73.33%-
XYZ34.1232.9620.48-
YUV155.78104.42150.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=41.65%
G=32.96%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714811400.210.390.2727.9534.9359.02
HexBB9472015271B1c233b
Octal2732241620254733344373
Binary101110111001010011100100101011001111101111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9472; }

 p { color: rgb(187,148,114); }

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

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

 a { background-color: rgb(187,148,114); }

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

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

 span { border-color: rgb(187,148,114); }

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