#B8795B

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

Shades of Medium Wood #B8795B

Tints of Medium Wood #B8795B

Color information

#B8795B (or 0xB8795B) is unknown color: approx Medium Wood. HEX triplet: B8, 79 and 5B. RGB value is (184,121,91). Sum of RGB (Red+Green+Blue) = 184+121+91=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8795B is #4786A4. Grayscale: #888888. Windows color (decimal): -4687525 or 5994936. OLE color: 5994936.

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

Color convert

RGB18412191-
CMYK00.340.510.28
HSL19.35º39.57%53.92%-
HSV(B)19.35º50.54%72.16%-
XYZ28.4924.6213.15-
YUV136.42102.37161.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=46.46%
G=30.56%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841219100.340.510.2819.3539.5753.92
HexB8795B022331C132836
Octal2701711330426334235066
Binary101110001111001101101101000101100111110010011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8795B; }

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

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

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

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

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

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

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

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