#BB9270

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

Shades of Fallow #BB9270

Tints of Fallow #BB9270

Color information

#BB9270 (or 0xBB9270) is unknown color: approx Fallow. HEX triplet: BB, 92 and 70. RGB value is (187,146,112). Sum of RGB (Red+Green+Blue) = 187+146+112=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9270 is #446D8F. Grayscale: #9A9A9A. Windows color (decimal): -4484496 or 7377595. OLE color: 7377595.

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

Color convert

RGB187146112-
CMYK00.220.400.27
HSL27.2º35.55%58.63%-
HSV(B)27.2º40.11%73.33%-
XYZ33.732.2919.79-
YUV154.38104.08151.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=42.02%
G=32.81%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714611200.220.400.2727.235.5558.63
HexBB9270016281B1b243b
Octal2732221600265033334473
Binary101110111001001011100000101101010001101111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9270; }

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

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

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

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

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

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

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

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