#B8805B

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

Shades of Medium Wood #B8805B

Tints of Medium Wood #B8805B

Color information

#B8805B (or 0xB8805B) is unknown color: approx Medium Wood. HEX triplet: B8, 80 and 5B. RGB value is (184,128,91). Sum of RGB (Red+Green+Blue) = 184+128+91=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805B is #477FA4. Grayscale: #8C8C8C. Windows color (decimal): -4685733 or 5996728. OLE color: 5996728.

HSL color Cylindrical-coordinate representation of color #B8805B: hue angle of 23.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8805B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18412891-
CMYK00.300.510.28
HSL23.87º39.57%53.92%-
HSV(B)23.87º50.54%72.16%-
XYZ29.3726.3813.44-
YUV140.53100.05159.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=45.66%
G=31.76%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841289100.300.510.2823.8739.5753.92
HexB8805B01E331C182836
Octal2702001330366334305066
Binary101110001000000010110110111101100111110011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8805B; }

 p { color: rgb(184,128,91); }

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

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

 a { background-color: rgb(184,128,91); }

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

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

 span { border-color: rgb(184,128,91); }

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