#B37B66

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

Shades of Medium Wood #B37B66

Tints of Medium Wood #B37B66

Color information

#B37B66 (or 0xB37B66) is unknown color: approx Medium Wood. HEX triplet: B3, 7B and 66. RGB value is (179,123,102). Sum of RGB (Red+Green+Blue) = 179+123+102=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B66 is #4C8499. Grayscale: #898989. Windows color (decimal): -5014682 or 6716339. OLE color: 6716339.

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

Color convert

RGB179123102-
CMYK00.310.430.30
HSL16.36º33.62%55.1%-
HSV(B)16.36º43.02%70.2%-
XYZ28.0724.7115.86-
YUV137.35108.05157.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=44.31%
G=30.45%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912310200.310.430.3016.3633.6255.1
HexB37B6601F2B1E102237
Octal2631731460375336204267
Binary10110011111101111001100111111010111111010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B66; }

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

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

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

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

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

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

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

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