#BB956A

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

Shades of Fallow #BB956A

Tints of Fallow #BB956A

Color information

#BB956A (or 0xBB956A) is unknown color: approx Fallow. HEX triplet: BB, 95 and 6A. RGB value is (187,149,106). Sum of RGB (Red+Green+Blue) = 187+149+106=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB956A is #446A95. Grayscale: #9B9B9B. Windows color (decimal): -4483734 or 6985147. OLE color: 6985147.

HSL color Cylindrical-coordinate representation of color #BB956A: hue angle of 31.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB956A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187149106-
CMYK00.200.430.27
HSL31.85º37.33%57.45%-
HSV(B)31.85º43.32%73.33%-
XYZ33.8433.118.24-
YUV155.46100.09150.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=42.31%
G=33.71%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714910600.200.430.2731.8537.3357.45
HexBB956A0142B1B202539
Octal2732251520245333404571
Binary1011101110010101110101001010010101111011100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB956A; }

 p { color: rgb(187,149,106); }

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

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

 a { background-color: rgb(187,149,106); }

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

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

 span { border-color: rgb(187,149,106); }

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