#B8805A

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

Shades of Medium Wood #B8805A

Tints of Medium Wood #B8805A

Color information

#B8805A (or 0xB8805A) is unknown color: approx Medium Wood. HEX triplet: B8, 80 and 5A. RGB value is (184,128,90). Sum of RGB (Red+Green+Blue) = 184+128+90=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805A is #477FA5. Grayscale: #8C8C8C. Windows color (decimal): -4685734 or 5931192. OLE color: 5931192.

HSL color Cylindrical-coordinate representation of color #B8805A: hue angle of 24.26º 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 #B8805A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18412890-
CMYK00.300.510.28
HSL24.26º39.83%53.73%-
HSV(B)24.26º51.09%72.16%-
XYZ29.3326.3713.22-
YUV140.4199.55159.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=45.77%
G=31.84%
B=22.39%

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
Decimal1841289000.300.510.2824.2639.8353.73
HexB8805A01E331C182836
Octal2702001320366334305066
Binary101110001000000010110100111101100111110011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8805A; }

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

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

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

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

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

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

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

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