#BB936A

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

Shades of Fallow #BB936A

Tints of Fallow #BB936A

Color information

#BB936A (or 0xBB936A) is unknown color: approx Fallow. HEX triplet: BB, 93 and 6A. RGB value is (187,147,106). Sum of RGB (Red+Green+Blue) = 187+147+106=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB936A is #446C95. Grayscale: #9A9A9A. Windows color (decimal): -4484246 or 6984635. OLE color: 6984635.

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

Color convert

RGB187147106-
CMYK00.210.430.27
HSL30.37º37.33%57.45%-
HSV(B)30.37º43.32%73.33%-
XYZ33.5332.4718.14-
YUV154.29100.75151.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=42.5%
G=33.41%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714710600.210.430.2730.3737.3357.45
HexBB936A0152B1B1e2539
Octal2732231520255333364571
Binary101110111001001111010100101011010111101111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB936A; }

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

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

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

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

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

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

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

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