#B07E63

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

Shades of Medium Wood #B07E63

Tints of Medium Wood #B07E63

Color information

#B07E63 (or 0xB07E63) is unknown color: approx Medium Wood. HEX triplet: B0, 7E and 63. RGB value is (176,126,99). Sum of RGB (Red+Green+Blue) = 176+126+99=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E63 is #4F819C. Grayscale: #8A8A8A. Windows color (decimal): -5210525 or 6520496. OLE color: 6520496.

HSL color Cylindrical-coordinate representation of color #B07E63: hue angle of 21.04º 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 #B07E63 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17612699-
CMYK00.280.440.31
HSL21.04º32.77%53.92%-
HSV(B)21.04º43.75%69.02%-
XYZ27.6225.0515.18-
YUV137.87106.06155.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=43.89%
G=31.42%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761269900.280.440.3121.0432.7753.92
HexB07E6301C2C1F152136
Octal2601761430345437254166
Binary10110000111111011000110111001011001111110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E63; }

 p { color: rgb(176,126,99); }

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

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

 a { background-color: rgb(176,126,99); }

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

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

 span { border-color: rgb(176,126,99); }

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