#B07E5D

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

Shades of Medium Wood #B07E5D

Tints of Medium Wood #B07E5D

Color information

#B07E5D (or 0xB07E5D) is unknown color: approx Medium Wood. HEX triplet: B0, 7E and 5D. RGB value is (176,126,93). Sum of RGB (Red+Green+Blue) = 176+126+93=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E5D is #4F81A2. Grayscale: #898989. Windows color (decimal): -5210531 or 6127280. OLE color: 6127280.

HSL color Cylindrical-coordinate representation of color #B07E5D: hue angle of 23.86º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07E5D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17612693-
CMYK00.280.470.31
HSL23.86º34.44%52.75%-
HSV(B)23.86º47.16%69.02%-
XYZ27.3424.9413.73-
YUV137.19103.06155.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=44.56%
G=31.90%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761269300.280.470.3123.8634.4452.75
HexB07E5D01C2F1F182235
Octal2601761350345737304265
Binary10110000111111010111010111001011111111111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E5D; }

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

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

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

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

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

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

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

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