#B8805E

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

Shades of Medium Wood #B8805E

Tints of Medium Wood #B8805E

Color information

#B8805E (or 0xB8805E) is unknown color: approx Medium Wood. HEX triplet: B8, 80 and 5E. RGB value is (184,128,94). Sum of RGB (Red+Green+Blue) = 184+128+94=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805E is #477FA1. Grayscale: #8D8D8D. Windows color (decimal): -4685730 or 6193336. OLE color: 6193336.

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

Color convert

RGB18412894-
CMYK00.300.490.28
HSL22.67º38.79%54.51%-
HSV(B)22.67º48.91%72.16%-
XYZ29.5126.4414.14-
YUV140.87101.55158.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=45.32%
G=31.53%
B=23.15%

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
Decimal1841289400.300.490.2822.6738.7954.51
HexB8805E01E311C172737
Octal2702001360366134274767
Binary101110001000000010111100111101100011110010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8805E; }

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

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

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

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

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

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

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

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