#B08569

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

Shades of Medium Wood #B08569

Tints of Medium Wood #B08569

Color information

#B08569 (or 0xB08569) is unknown color: approx Medium Wood. HEX triplet: B0, 85 and 69. RGB value is (176,133,105). Sum of RGB (Red+Green+Blue) = 176+133+105=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B08569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08569 is #4F7A96. Grayscale: #8E8E8E. Windows color (decimal): -5208727 or 6915504. OLE color: 6915504.

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

Color convert

RGB176133105-
CMYK00.240.400.31
HSL23.66º31%55.1%-
HSV(B)23.66º40.34%69.02%-
XYZ28.8427.0317.06-
YUV142.66106.75151.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=42.51%
G=32.13%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613310500.240.400.3123.663155.1
HexB08569018281F181f37
Octal2602051510305037303767
Binary10110000100001011101001011000101000111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08569; }

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

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

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

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

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

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

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

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