#B8815E

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

Shades of Medium Wood #B8815E

Tints of Medium Wood #B8815E

Color information

#B8815E (or 0xB8815E) is unknown color: approx Medium Wood. HEX triplet: B8, 81 and 5E. RGB value is (184,129,94). Sum of RGB (Red+Green+Blue) = 184+129+94=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8815E is #477EA1. Grayscale: #8D8D8D. Windows color (decimal): -4685474 or 6193592. OLE color: 6193592.

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

Color convert

RGB18412994-
CMYK00.300.490.28
HSL23.33º38.79%54.51%-
HSV(B)23.33º48.91%72.16%-
XYZ29.6426.714.18-
YUV141.46101.22158.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=45.21%
G=31.70%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841299400.300.490.2823.3338.7954.51
HexB8815E01E311C172737
Octal2702011360366134274767
Binary101110001000000110111100111101100011110010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8815E; }

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

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

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

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

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

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

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

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