#BB916E

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

Shades of Fallow #BB916E

Tints of Fallow #BB916E

Color information

#BB916E (or 0xBB916E) is unknown color: approx Fallow. HEX triplet: BB, 91 and 6E. RGB value is (187,145,110). Sum of RGB (Red+Green+Blue) = 187+145+110=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB916E is #446E91. Grayscale: #999999. Windows color (decimal): -4484754 or 7246267. OLE color: 7246267.

HSL color Cylindrical-coordinate representation of color #BB916E: hue angle of 27.27º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB916E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187145110-
CMYK00.220.410.27
HSL27.27º36.15%58.24%-
HSV(B)27.27º41.18%73.33%-
XYZ33.4331.9419.16-
YUV153.57103.41151.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=42.31%
G=32.81%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714511000.220.410.2727.2736.1558.24
HexBB916E016291B1b243a
Octal2732211560265133334472
Binary101110111001000111011100101101010011101111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB916E; }

 p { color: rgb(187,145,110); }

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

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

 a { background-color: rgb(187,145,110); }

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

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

 span { border-color: rgb(187,145,110); }

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