#BB815D

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

Shades of Medium Wood #BB815D

Tints of Medium Wood #BB815D

Color information

#BB815D (or 0xBB815D) is unknown color: approx Medium Wood. HEX triplet: BB, 81 and 5D. RGB value is (187,129,93). Sum of RGB (Red+Green+Blue) = 187+129+93=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB815D is #447EA2. Grayscale: #8E8E8E. Windows color (decimal): -4488867 or 6128059. OLE color: 6128059.

HSL color Cylindrical-coordinate representation of color #BB815D: hue angle of 22.98º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB815D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18712993-
CMYK00.310.500.27
HSL22.98º40.87%54.9%-
HSV(B)22.98º50.27%73.33%-
XYZ30.3227.0613.98-
YUV142.24100.22159.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=45.72%
G=31.54%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871299300.310.500.2722.9840.8754.9
HexBB815D01F321B172937
Octal2732011350376233275167
Binary101110111000000110111010111111100101101110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB815D; }

 p { color: rgb(187,129,93); }

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

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

 a { background-color: rgb(187,129,93); }

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

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

 span { border-color: rgb(187,129,93); }

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