#B9795C

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

Shades of Medium Wood #B9795C

Tints of Medium Wood #B9795C

Color information

#B9795C (or 0xB9795C) is unknown color: approx Medium Wood. HEX triplet: B9, 79 and 5C. RGB value is (185,121,92). Sum of RGB (Red+Green+Blue) = 185+121+92=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9795C is #4686A3. Grayscale: #898989. Windows color (decimal): -4621988 or 6060473. OLE color: 6060473.

HSL color Cylindrical-coordinate representation of color #B9795C: hue angle of 18.71º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9795C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18512192-
CMYK00.350.500.27
HSL18.71º39.91%54.31%-
HSV(B)18.71º50.27%72.55%-
XYZ28.7824.7613.39-
YUV136.83102.7162.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=46.48%
G=30.40%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851219200.350.500.2718.7139.9154.31
HexB9795C023321B132836
Octal2711711340436233235066
Binary101110011111001101110001000111100101101110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9795C; }

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

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

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

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

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

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

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

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