#B8795E

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

Shades of Medium Wood #B8795E

Tints of Medium Wood #B8795E

Color information

#B8795E (or 0xB8795E) is unknown color: approx Medium Wood. HEX triplet: B8, 79 and 5E. RGB value is (184,121,94). Sum of RGB (Red+Green+Blue) = 184+121+94=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8795E is #4786A1. Grayscale: #888888. Windows color (decimal): -4687522 or 6191544. OLE color: 6191544.

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

Color convert

RGB18412194-
CMYK00.340.490.28
HSL18º38.79%54.51%-
HSV(B)18º48.91%72.16%-
XYZ28.6224.6713.84-
YUV136.76103.87161.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=46.12%
G=30.33%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841219400.340.490.281838.7954.51
HexB8795E022311C122737
Octal2701711360426134224767
Binary101110001111001101111001000101100011110010010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8795E; }

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

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

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

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

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

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

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

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