#B08465

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

Shades of Medium Wood #B08465

Tints of Medium Wood #B08465

Color information

#B08465 (or 0xB08465) is unknown color: approx Medium Wood. HEX triplet: B0, 84 and 65. RGB value is (176,132,101). Sum of RGB (Red+Green+Blue) = 176+132+101=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08465 is #4F7B9A. Grayscale: #8D8D8D. Windows color (decimal): -5208987 or 6653104. OLE color: 6653104.

HSL color Cylindrical-coordinate representation of color #B08465: hue angle of 24.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B08465 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB176132101-
CMYK00.250.430.31
HSL24.8º32.19%54.31%-
HSV(B)24.8º42.61%69.02%-
XYZ28.526.6715.96-
YUV141.62105.08152.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=43.03%
G=32.27%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613210100.250.430.3124.832.1954.31
HexB084650192B1F192036
Octal2602041450315337314066
Binary101100001000010011001010110011010111111111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08465; }

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

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

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

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

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

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

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

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