#B8815B

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

Shades of Medium Wood #B8815B

Tints of Medium Wood #B8815B

Color information

#B8815B (or 0xB8815B) is unknown color: approx Medium Wood. HEX triplet: B8, 81 and 5B. RGB value is (184,129,91). Sum of RGB (Red+Green+Blue) = 184+129+91=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8815B is #477EA4. Grayscale: #8D8D8D. Windows color (decimal): -4685477 or 5996984. OLE color: 5996984.

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

Color convert

RGB18412991-
CMYK00.300.510.28
HSL24.52º39.57%53.92%-
HSV(B)24.52º50.54%72.16%-
XYZ29.5126.6513.49-
YUV141.1199.72158.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=45.54%
G=31.93%
B=22.52%

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
Decimal1841299100.300.510.2824.5239.5753.92
HexB8815B01E331C192836
Octal2702011330366334315066
Binary101110001000000110110110111101100111110011001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8815B; }

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

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

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

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

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

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

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

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