#B08069

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

Shades of Medium Wood #B08069

Tints of Medium Wood #B08069

Color information

#B08069 (or 0xB08069) is unknown color: approx Medium Wood. HEX triplet: B0, 80 and 69. RGB value is (176,128,105). Sum of RGB (Red+Green+Blue) = 176+128+105=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08069 is #4F7F96. Grayscale: #8B8B8B. Windows color (decimal): -5210007 or 6914224. OLE color: 6914224.

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

Color convert

RGB176128105-
CMYK00.270.400.31
HSL19.44º31%55.1%-
HSV(B)19.44º40.34%69.02%-
XYZ28.1725.6916.84-
YUV139.73108.4153.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=43.03%
G=31.30%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612810500.270.400.3119.443155.1
HexB0806901B281F131f37
Octal2602001510335037233767
Binary10110000100000001101001011011101000111111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08069; }

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

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

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

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

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

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

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

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