#B08468

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

Shades of Medium Wood #B08468

Tints of Medium Wood #B08468

Color information

#B08468 (or 0xB08468) is unknown color: approx Medium Wood. HEX triplet: B0, 84 and 68. RGB value is (176,132,104). Sum of RGB (Red+Green+Blue) = 176+132+104=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B08468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08468 is #4F7B97. Grayscale: #8E8E8E. Windows color (decimal): -5208984 or 6849712. OLE color: 6849712.

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

Color convert

RGB176132104-
CMYK00.250.410.31
HSL23.33º31.3%54.9%-
HSV(B)23.33º40.91%69.02%-
XYZ28.6526.7316.75-
YUV141.96106.58152.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=42.72%
G=32.04%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613210400.250.410.3123.3331.354.9
HexB08468019291F171f37
Octal2602041500315137273767
Binary10110000100001001101000011001101001111111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08468; }

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

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

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

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

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

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

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

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