#BB7E59

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

Shades of Medium Wood #BB7E59

Tints of Medium Wood #BB7E59

Color information

#BB7E59 (or 0xBB7E59) is unknown color: approx Medium Wood. HEX triplet: BB, 7E and 59. RGB value is (187,126,89). Sum of RGB (Red+Green+Blue) = 187+126+89=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E59 is #4481A6. Grayscale: #8C8C8C. Windows color (decimal): -4489639 or 5865147. OLE color: 5865147.

HSL color Cylindrical-coordinate representation of color #BB7E59: hue angle of 22.65º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7E59 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18712689-
CMYK00.330.520.27
HSL22.65º41.88%54.12%-
HSV(B)22.65º52.41%73.33%-
XYZ29.7626.2112.94-
YUV140.0299.21161.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=46.52%
G=31.34%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871268900.330.520.2722.6541.8854.12
HexBB7E59021341B172a36
Octal2731761310416433275266
Binary101110111111110101100101000011101001101110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E59; }

 p { color: rgb(187,126,89); }

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

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

 a { background-color: rgb(187,126,89); }

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

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

 span { border-color: rgb(187,126,89); }

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