#b08567

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

Shades of Medium Wood #B08567

Tints of Medium Wood #B08567

Color information

#B08567 (or 0xB08567) is unknown color: approx Medium Wood. HEX triplet: B0, 85 and 67. RGB value is (176,133,103). Sum of RGB (Red+Green+Blue) = 176+133+103=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B08567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08567 is #4F7A98. Grayscale: #8E8E8E. Windows color (decimal): -5208729 or 6784432. OLE color: 6784432.

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

Color convert

RGB176133103-
CMYK00.240.410.31
HSL24.66º31.6%54.71%-
HSV(B)24.66º41.48%69.02%-
XYZ28.7426.9816.53-
YUV142.44105.75151.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 103 (40.62% from 255) = 25%
R=42.72%
G=32.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613310300.240.410.3124.6631.654.71
HexB08567018291F192037
Octal2602051470305137314067
Binary101100001000010111001110110001010011111111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08567; }

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

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

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

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

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

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

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

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