#B37A5D

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

Shades of Medium Wood #B37A5D

Tints of Medium Wood #B37A5D

Color information

#B37A5D (or 0xB37A5D) is unknown color: approx Medium Wood. HEX triplet: B3, 7A and 5D. RGB value is (179,122,93). Sum of RGB (Red+Green+Blue) = 179+122+93=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A5D is #4C85A2. Grayscale: #878787. Windows color (decimal): -5014947 or 6126259. OLE color: 6126259.

HSL color Cylindrical-coordinate representation of color #B37A5D: hue angle of 20.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37A5D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17912293-
CMYK00.320.480.30
HSL20.23º36.13%53.33%-
HSV(B)20.23º48.04%70.2%-
XYZ27.5324.2913.59-
YUV135.74103.88158.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=45.43%
G=30.96%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791229300.320.480.3020.2336.1353.33
HexB37A5D020301E142435
Octal2631721350406036244465
Binary101100111111010101110101000001100001111010100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A5D; }

 p { color: rgb(179,122,93); }

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

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

 a { background-color: rgb(179,122,93); }

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

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

 span { border-color: rgb(179,122,93); }

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