#BB946E

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

Shades of Fallow #BB946E

Tints of Fallow #BB946E

Color information

#BB946E (or 0xBB946E) is unknown color: approx Fallow. HEX triplet: BB, 94 and 6E. RGB value is (187,148,110). Sum of RGB (Red+Green+Blue) = 187+148+110=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB946E is #446B91. Grayscale: #9B9B9B. Windows color (decimal): -4483986 or 7247035. OLE color: 7247035.

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

Color convert

RGB187148110-
CMYK00.210.410.27
HSL29.61º36.15%58.24%-
HSV(B)29.61º41.18%73.33%-
XYZ33.932.8719.31-
YUV155.33102.42150.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=42.02%
G=33.26%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714811000.210.410.2729.6136.1558.24
HexBB946E015291B1e243a
Octal2732241560255133364472
Binary101110111001010011011100101011010011101111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB946E; }

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

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

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

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

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

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

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

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