#B08263

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

Shades of Medium Wood #B08263

Tints of Medium Wood #B08263

Color information

#B08263 (or 0xB08263) is unknown color: approx Medium Wood. HEX triplet: B0, 82 and 63. RGB value is (176,130,99). Sum of RGB (Red+Green+Blue) = 176+130+99=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B08263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08263 is #4F7D9C. Grayscale: #8C8C8C. Windows color (decimal): -5209501 or 6521520. OLE color: 6521520.

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

Color convert

RGB17613099-
CMYK00.260.440.31
HSL24.16º32.77%53.92%-
HSV(B)24.16º43.75%69.02%-
XYZ28.1426.115.36-
YUV140.22104.74153.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=43.46%
G=32.10%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761309900.260.440.3124.1632.7753.92
HexB0826301A2C1F182136
Octal2602021430325437304166
Binary101100001000001011000110110101011001111111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08263; }

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

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

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

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

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

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

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

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