#BB916D

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

Shades of Fallow #BB916D

Tints of Fallow #BB916D

Color information

#BB916D (or 0xBB916D) is unknown color: approx Fallow. HEX triplet: BB, 91 and 6D. RGB value is (187,145,109). Sum of RGB (Red+Green+Blue) = 187+145+109=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB916D is #446E92. Grayscale: #999999. Windows color (decimal): -4484755 or 7180731. OLE color: 7180731.

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

Color convert

RGB187145109-
CMYK00.220.420.27
HSL27.69º36.45%58.04%-
HSV(B)27.69º41.71%73.33%-
XYZ33.3831.9218.87-
YUV153.45102.91151.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=42.40%
G=32.88%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714510900.220.420.2727.6936.4558.04
HexBB916D0162A1B1c243a
Octal2732211550265233344472
Binary101110111001000111011010101101010101101111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB916D; }

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

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

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

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

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

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

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

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