#B37B67

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

Shades of Medium Wood #B37B67

Tints of Medium Wood #B37B67

Color information

#B37B67 (or 0xB37B67) is unknown color: approx Medium Wood. HEX triplet: B3, 7B and 67. RGB value is (179,123,103). Sum of RGB (Red+Green+Blue) = 179+123+103=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B67 is #4C8498. Grayscale: #898989. Windows color (decimal): -5014681 or 6781875. OLE color: 6781875.

HSL color Cylindrical-coordinate representation of color #B37B67: hue angle of 15.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37B67 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB179123103-
CMYK00.310.420.30
HSL15.79º33.33%55.29%-
HSV(B)15.79º42.46%70.2%-
XYZ28.1224.7316.12-
YUV137.46108.55157.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=44.20%
G=30.37%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912310300.310.420.3015.7933.3355.29
HexB37B6701F2A1E102137
Octal2631731470375236204167
Binary10110011111101111001110111111010101111010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B67; }

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

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

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

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

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

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

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

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