#BB8360

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

Shades of Medium Wood #BB8360

Tints of Medium Wood #BB8360

Color information

#BB8360 (or 0xBB8360) is unknown color: approx Medium Wood. HEX triplet: BB, 83 and 60. RGB value is (187,131,96). Sum of RGB (Red+Green+Blue) = 187+131+96=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8360 is #447C9F. Grayscale: #8F8F8F. Windows color (decimal): -4488352 or 6325179. OLE color: 6325179.

HSL color Cylindrical-coordinate representation of color #BB8360: hue angle of 23.08º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB8360 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18713196-
CMYK00.300.490.27
HSL23.08º40.09%55.49%-
HSV(B)23.08º48.66%73.33%-
XYZ30.7227.6414.78-
YUV143.75101.05158.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=45.17%
G=31.64%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871319600.300.490.2723.0840.0955.49
HexBB836001E311B172837
Octal2732031400366133275067
Binary101110111000001111000000111101100011101110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8360; }

 p { color: rgb(187,131,96); }

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

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

 a { background-color: rgb(187,131,96); }

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

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

 span { border-color: rgb(187,131,96); }

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