#B7795E

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

Shades of Medium Wood #B7795E

Tints of Medium Wood #B7795E

Color information

#B7795E (or 0xB7795E) is unknown color: approx Medium Wood. HEX triplet: B7, 79 and 5E. RGB value is (183,121,94). Sum of RGB (Red+Green+Blue) = 183+121+94=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7795E is #4886A1. Grayscale: #888888. Windows color (decimal): -4753058 or 6191543. OLE color: 6191543.

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

Color convert

RGB18312194-
CMYK00.340.490.28
HSL18.2º38.2%54.31%-
HSV(B)18.2º48.63%71.76%-
XYZ28.3924.5513.83-
YUV136.46104.04161.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=45.98%
G=30.40%
B=23.62%

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
Decimal1831219400.340.490.2818.238.254.31
HexB7795E022311C122636
Octal2671711360426134224666
Binary101101111111001101111001000101100011110010010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7795E; }

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

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

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

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

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

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

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

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