#B07861

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

Shades of Medium Wood #B07861

Tints of Medium Wood #B07861

Color information

#B07861 (or 0xB07861) is unknown color: approx Medium Wood. HEX triplet: B0, 78 and 61. RGB value is (176,120,97). Sum of RGB (Red+Green+Blue) = 176+120+97=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07861 is #4F879E. Grayscale: #868686. Windows color (decimal): -5212063 or 6387888. OLE color: 6387888.

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

Color convert

RGB17612097-
CMYK00.320.450.31
HSL17.47º33.33%53.53%-
HSV(B)17.47º44.89%69.02%-
XYZ26.7823.5314.44-
YUV134.12107.05157.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=44.78%
G=30.53%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761209700.320.450.3117.4733.3353.53
HexB078610202D1F112136
Octal2601701410405537214166
Binary101100001111000110000101000001011011111110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07861; }

 p { color: rgb(176,120,97); }

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

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

 a { background-color: rgb(176,120,97); }

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

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

 span { border-color: rgb(176,120,97); }

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