#B08164

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

Shades of Medium Wood #B08164

Tints of Medium Wood #B08164

Color information

#B08164 (or 0xB08164) is unknown color: approx Medium Wood. HEX triplet: B0, 81 and 64. RGB value is (176,129,100). Sum of RGB (Red+Green+Blue) = 176+129+100=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B08164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08164 is #4F7E9B. Grayscale: #8B8B8B. Windows color (decimal): -5209756 or 6586800. OLE color: 6586800.

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

Color convert

RGB176129100-
CMYK00.270.430.31
HSL22.89º32.48%54.12%-
HSV(B)22.89º43.18%69.02%-
XYZ28.0625.8515.57-
YUV139.75105.57153.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=43.46%
G=31.85%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612910000.270.430.3122.8932.4854.12
HexB0816401B2B1F172036
Octal2602011440335337274066
Binary101100001000000111001000110111010111111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08164; }

 p { color: rgb(176,129,100); }

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

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

 a { background-color: rgb(176,129,100); }

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

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

 span { border-color: rgb(176,129,100); }

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