#BB9E6C

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

Shades of Fallow #BB9E6C

Tints of Fallow #BB9E6C

Color information

#BB9E6C (or 0xBB9E6C) is unknown color: approx Fallow. HEX triplet: BB, 9E and 6C. RGB value is (187,158,108). Sum of RGB (Red+Green+Blue) = 187+158+108=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E6C is #446193. Grayscale: #A1A1A1. Windows color (decimal): -4481428 or 7118523. OLE color: 7118523.

HSL color Cylindrical-coordinate representation of color #BB9E6C: hue angle of 37.97º degrees, saturation: 0.37, 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 #BB9E6C is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187158108-
CMYK00.160.420.27
HSL37.97º36.74%57.84%-
HSV(B)37.97º42.25%73.33%-
XYZ35.4336.119.29-
YUV160.9798.11146.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=41.28%
G=34.88%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715810800.160.420.2737.9736.7457.84
HexBB9E6C0102A1B26253a
Octal2732361540205233464572
Binary1011101110011110110110001000010101011011100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E6C; }

 p { color: rgb(187,158,108); }

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

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

 a { background-color: rgb(187,158,108); }

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

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

 span { border-color: rgb(187,158,108); }

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