#B08469

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

Shades of Medium Wood #B08469

Tints of Medium Wood #B08469

Color information

#B08469 (or 0xB08469) is unknown color: approx Medium Wood. HEX triplet: B0, 84 and 69. RGB value is (176,132,105). Sum of RGB (Red+Green+Blue) = 176+132+105=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B08469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08469 is #4F7B96. Grayscale: #8E8E8E. Windows color (decimal): -5208983 or 6915248. OLE color: 6915248.

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

Color convert

RGB176132105-
CMYK00.250.400.31
HSL22.82º31%55.1%-
HSV(B)22.82º40.34%69.02%-
XYZ28.7126.7517.02-
YUV142.08107.08152.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=42.62%
G=31.96%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613210500.250.400.3122.823155.1
HexB08469019281F171f37
Octal2602041510315037273767
Binary10110000100001001101001011001101000111111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08469; }

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

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

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

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

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

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

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

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