#B07E5B

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

Shades of Medium Wood #B07E5B

Tints of Medium Wood #B07E5B

Color information

#B07E5B (or 0xB07E5B) is unknown color: approx Medium Wood. HEX triplet: B0, 7E and 5B. RGB value is (176,126,91). Sum of RGB (Red+Green+Blue) = 176+126+91=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E5B is #4F81A4. Grayscale: #898989. Windows color (decimal): -5210533 or 5996208. OLE color: 5996208.

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

Color convert

RGB17612691-
CMYK00.280.480.31
HSL24.71º34.98%52.35%-
HSV(B)24.71º48.3%69.02%-
XYZ27.2524.9113.27-
YUV136.96102.06155.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=44.78%
G=32.06%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761269100.280.480.3124.7134.9852.35
HexB07E5B01C301F192334
Octal2601761330346037314364
Binary10110000111111010110110111001100001111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E5B; }

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

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

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

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

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

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

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

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