#B07D62

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

Shades of Medium Wood #B07D62

Tints of Medium Wood #B07D62

Color information

#B07D62 (or 0xB07D62) is unknown color: approx Medium Wood. HEX triplet: B0, 7D and 62. RGB value is (176,125,98). Sum of RGB (Red+Green+Blue) = 176+125+98=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D62 is #4F829D. Grayscale: #898989. Windows color (decimal): -5210782 or 6454704. OLE color: 6454704.

HSL color Cylindrical-coordinate representation of color #B07D62: hue angle of 20.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07D62 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17612598-
CMYK00.290.440.31
HSL20.77º33.05%53.73%-
HSV(B)20.77º44.32%69.02%-
XYZ27.4424.7814.89-
YUV137.17105.9155.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=44.11%
G=31.33%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761259800.290.440.3120.7733.0553.73
HexB07D6201D2C1F152136
Octal2601751420355437254166
Binary10110000111110111000100111011011001111110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D62; }

 p { color: rgb(176,125,98); }

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

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

 a { background-color: rgb(176,125,98); }

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

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

 span { border-color: rgb(176,125,98); }

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