#B08467

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

Shades of Medium Wood #B08467

Tints of Medium Wood #B08467

Color information

#B08467 (or 0xB08467) is unknown color: approx Medium Wood. HEX triplet: B0, 84 and 67. RGB value is (176,132,103). Sum of RGB (Red+Green+Blue) = 176+132+103=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B08467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08467 is #4F7B98. Grayscale: #8E8E8E. Windows color (decimal): -5208985 or 6784176. OLE color: 6784176.

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

Color convert

RGB176132103-
CMYK00.250.410.31
HSL23.84º31.6%54.71%-
HSV(B)23.84º41.48%69.02%-
XYZ28.626.7116.48-
YUV141.85106.08152.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=42.82%
G=32.12%
B=25.06%

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
Decimal17613210300.250.410.3123.8431.654.71
HexB08467019291F182037
Octal2602041470315137304067
Binary101100001000010011001110110011010011111111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08467; }

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

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

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

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

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

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

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

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