#B08661

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

Shades of Medium Wood #B08661

Tints of Medium Wood #B08661

Color information

#B08661 (or 0xB08661) is unknown color: approx Medium Wood. HEX triplet: B0, 86 and 61. RGB value is (176,134,97). Sum of RGB (Red+Green+Blue) = 176+134+97=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B08661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08661 is #4F799E. Grayscale: #8E8E8E. Windows color (decimal): -5208479 or 6391472. OLE color: 6391472.

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

Color convert

RGB17613497-
CMYK00.240.450.31
HSL28.1º33.33%53.53%-
HSV(B)28.1º44.89%69.02%-
XYZ28.5927.1415.04-
YUV142.34102.41152.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=43.24%
G=32.92%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761349700.240.450.3128.133.3353.53
HexB086610182D1F1c2136
Octal2602061410305537344166
Binary101100001000011011000010110001011011111111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08661; }

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

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

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

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

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

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

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

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