#B8795C

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

Shades of Medium Wood #B8795C

Tints of Medium Wood #B8795C

Color information

#B8795C (or 0xB8795C) is unknown color: approx Medium Wood. HEX triplet: B8, 79 and 5C. RGB value is (184,121,92). Sum of RGB (Red+Green+Blue) = 184+121+92=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8795C is #4786A3. Grayscale: #888888. Windows color (decimal): -4687524 or 6060472. OLE color: 6060472.

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

Color convert

RGB18412192-
CMYK00.340.500.28
HSL18.91º39.32%54.12%-
HSV(B)18.91º50%72.16%-
XYZ28.5424.6413.38-
YUV136.53102.87161.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=46.35%
G=30.48%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841219200.340.500.2818.9139.3254.12
HexB8795C022321C132736
Octal2701711340426234234766
Binary101110001111001101110001000101100101110010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8795C; }

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

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

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

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

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

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

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

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