#B8815A

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

Shades of Medium Wood #B8815A

Tints of Medium Wood #B8815A

Color information

#B8815A (or 0xB8815A) is unknown color: approx Medium Wood. HEX triplet: B8, 81 and 5A. RGB value is (184,129,90). Sum of RGB (Red+Green+Blue) = 184+129+90=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8815A is #477EA5. Grayscale: #8D8D8D. Windows color (decimal): -4685478 or 5931448. OLE color: 5931448.

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

Color convert

RGB18412990-
CMYK00.300.510.28
HSL24.89º39.83%53.73%-
HSV(B)24.89º51.09%72.16%-
XYZ29.4626.6313.26-
YUV14199.22158.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=45.66%
G=32.01%
B=22.33%

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
Decimal1841299000.300.510.2824.8939.8353.73
HexB8815A01E331C192836
Octal2702011320366334315066
Binary101110001000000110110100111101100111110011001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8815A; }

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

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

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

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

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

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

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

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