#BB7F5D

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

Shades of Medium Wood #BB7F5D

Tints of Medium Wood #BB7F5D

Color information

#BB7F5D (or 0xBB7F5D) is unknown color: approx Medium Wood. HEX triplet: BB, 7F and 5D. RGB value is (187,127,93). Sum of RGB (Red+Green+Blue) = 187+127+93=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F5D is #4480A2. Grayscale: #8D8D8D. Windows color (decimal): -4489379 or 6127547. OLE color: 6127547.

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

Color convert

RGB18712793-
CMYK00.320.500.27
HSL21.7º40.87%54.9%-
HSV(B)21.7º50.27%73.33%-
XYZ30.0626.5313.89-
YUV141.06100.88160.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=45.95%
G=31.20%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871279300.320.500.2721.740.8754.9
HexBB7F5D020321B162937
Octal2731771350406233265167
Binary101110111111111101110101000001100101101110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F5D; }

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

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

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

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

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

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

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

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