#B37A56

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

Shades of Medium Wood #B37A56

Tints of Medium Wood #B37A56

Color information

#B37A56 (or 0xB37A56) is unknown color: approx Medium Wood. HEX triplet: B3, 7A and 56. RGB value is (179,122,86). Sum of RGB (Red+Green+Blue) = 179+122+86=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A56 is #4C85A9. Grayscale: #878787. Windows color (decimal): -5014954 or 5667507. OLE color: 5667507.

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

Color convert

RGB17912286-
CMYK00.320.520.30
HSL23.23º37.96%51.96%-
HSV(B)23.23º51.96%70.2%-
XYZ27.2324.1712.04-
YUV134.94100.38159.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=46.25%
G=31.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791228600.320.520.3023.2337.9651.96
HexB37A56020341E172634
Octal2631721260406436274664
Binary101100111111010101011001000001101001111010111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A56; }

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

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

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

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

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

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

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

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