#B08268

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

Shades of Medium Wood #B08268

Tints of Medium Wood #B08268

Color information

#B08268 (or 0xB08268) is unknown color: approx Medium Wood. HEX triplet: B0, 82 and 68. RGB value is (176,130,104). Sum of RGB (Red+Green+Blue) = 176+130+104=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B08268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08268 is #4F7D97. Grayscale: #8C8C8C. Windows color (decimal): -5209496 or 6849200. OLE color: 6849200.

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

Color convert

RGB176130104-
CMYK00.260.410.31
HSL21.67º31.3%54.9%-
HSV(B)21.67º40.91%69.02%-
XYZ28.3926.1916.66-
YUV140.79107.24153.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=42.93%
G=31.71%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613010400.260.410.3121.6731.354.9
HexB0826801A291F161f37
Octal2602021500325137263767
Binary10110000100000101101000011010101001111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08268; }

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

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

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

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

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

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

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

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