#B08168

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

Shades of Medium Wood #B08168

Tints of Medium Wood #B08168

Color information

#B08168 (or 0xB08168) is unknown color: approx Medium Wood. HEX triplet: B0, 81 and 68. RGB value is (176,129,104). Sum of RGB (Red+Green+Blue) = 176+129+104=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08168 is #4F7E97. Grayscale: #8C8C8C. Windows color (decimal): -5209752 or 6848944. OLE color: 6848944.

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

Color convert

RGB176129104-
CMYK00.270.410.31
HSL20.83º31.3%54.9%-
HSV(B)20.83º40.91%69.02%-
XYZ28.2525.9316.61-
YUV140.2107.57153.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=43.03%
G=31.54%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612910400.270.410.3120.8331.354.9
HexB0816801B291F151f37
Octal2602011500335137253767
Binary10110000100000011101000011011101001111111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08168; }

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

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

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

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

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

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

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

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