#BB9471

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

Shades of Fallow #BB9471

Tints of Fallow #BB9471

Color information

#BB9471 (or 0xBB9471) is unknown color: approx Fallow. HEX triplet: BB, 94 and 71. RGB value is (187,148,113). Sum of RGB (Red+Green+Blue) = 187+148+113=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9471 is #446B8E. Grayscale: #9B9B9B. Windows color (decimal): -4483983 or 7443643. OLE color: 7443643.

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

Color convert

RGB187148113-
CMYK00.210.400.27
HSL28.38º35.24%58.82%-
HSV(B)28.38º39.57%73.33%-
XYZ34.0632.9420.18-
YUV155.67103.92150.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=41.74%
G=33.04%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714811300.210.400.2728.3835.2458.82
HexBB9471015281B1c233b
Octal2732241610255033344373
Binary101110111001010011100010101011010001101111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9471; }

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

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

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

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

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

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

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

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