#b37b5a

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

Shades of Medium Wood #B37B5A

Tints of Medium Wood #B37B5A

Color information

#B37B5A (or 0xB37B5A) is unknown color: approx Medium Wood. HEX triplet: B3, 7B and 5A. RGB value is (179,123,90). Sum of RGB (Red+Green+Blue) = 179+123+90=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B5A is #4C84A5. Grayscale: #888888. Windows color (decimal): -5014694 or 5929907. OLE color: 5929907.

HSL color Cylindrical-coordinate representation of color #B37B5A: hue angle of 22.25º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37B5A is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17912390-
CMYK00.310.500.30
HSL22.25º36.93%52.75%-
HSV(B)22.25º49.72%70.2%-
XYZ27.5224.4912.95-
YUV135.98102.05158.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=45.66%
G=31.38%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791239000.310.500.3022.2536.9352.75
HexB37B5A01F321E162535
Octal2631731320376236264565
Binary10110011111101110110100111111100101111010110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37b5a; }

 p { color: rgb(179,123,90); }

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

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

 a { background-color: rgb(179,123,90); }

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

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

 span { border-color: rgb(179,123,90); }

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