#BB7E58

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

Shades of Medium Wood #BB7E58

Tints of Medium Wood #BB7E58

Color information

#BB7E58 (or 0xBB7E58) is unknown color: approx Medium Wood. HEX triplet: BB, 7E and 58. RGB value is (187,126,88). Sum of RGB (Red+Green+Blue) = 187+126+88=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E58 is #4481A7. Grayscale: #8C8C8C. Windows color (decimal): -4489640 or 5799611. OLE color: 5799611.

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

Color convert

RGB18712688-
CMYK00.330.530.27
HSL23.03º42.13%53.92%-
HSV(B)23.03º52.94%73.33%-
XYZ29.7226.1912.72-
YUV139.9198.71161.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=46.63%
G=31.42%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871268800.330.530.2723.0342.1353.92
HexBB7E58021351B172a36
Octal2731761300416533275266
Binary101110111111110101100001000011101011101110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E58; }

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

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

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

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

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

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

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

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