#B07E69

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

Shades of Medium Wood #B07E69

Tints of Medium Wood #B07E69

Color information

#B07E69 (or 0xB07E69) is unknown color: approx Medium Wood. HEX triplet: B0, 7E and 69. RGB value is (176,126,105). Sum of RGB (Red+Green+Blue) = 176+126+105=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E69 is #4F8196. Grayscale: #8A8A8A. Windows color (decimal): -5210519 or 6913712. OLE color: 6913712.

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

Color convert

RGB176126105-
CMYK00.280.400.31
HSL17.75º31%55.1%-
HSV(B)17.75º40.34%69.02%-
XYZ27.9225.1716.75-
YUV138.56109.06154.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=43.24%
G=30.96%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612610500.280.400.3117.753155.1
HexB07E6901C281F121f37
Octal2601761510345037223767
Binary1011000011111101101001011100101000111111001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E69; }

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

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

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

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

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

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

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

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