#BB9370

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

Shades of Fallow #BB9370

Tints of Fallow #BB9370

Color information

#BB9370 (or 0xBB9370) is unknown color: approx Fallow. HEX triplet: BB, 93 and 70. RGB value is (187,147,112). Sum of RGB (Red+Green+Blue) = 187+147+112=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9370 is #446C8F. Grayscale: #9B9B9B. Windows color (decimal): -4484240 or 7377851. OLE color: 7377851.

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

Color convert

RGB187147112-
CMYK00.210.400.27
HSL28º35.55%58.63%-
HSV(B)28º40.11%73.33%-
XYZ33.8532.619.84-
YUV154.97103.75150.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=41.93%
G=32.96%
B=25.11%

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
Decimal18714711200.210.400.272835.5558.63
HexBB9370015281B1c243b
Octal2732231600255033344473
Binary101110111001001111100000101011010001101111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9370; }

 p { color: rgb(187,147,112); }

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

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

 a { background-color: rgb(187,147,112); }

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

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

 span { border-color: rgb(187,147,112); }

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