#B2795C

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

Shades of Medium Wood #B2795C

Tints of Medium Wood #B2795C

Color information

#B2795C (or 0xB2795C) is unknown color: approx Medium Wood. HEX triplet: B2, 79 and 5C. RGB value is (178,121,92). Sum of RGB (Red+Green+Blue) = 178+121+92=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2795C is #4D86A3. Grayscale: #868686. Windows color (decimal): -5080740 or 6060466. OLE color: 6060466.

HSL color Cylindrical-coordinate representation of color #B2795C: hue angle of 20.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2795C is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17812192-
CMYK00.320.480.30
HSL20.23º35.83%52.94%-
HSV(B)20.23º48.31%69.8%-
XYZ27.1323.9113.31-
YUV134.74103.88158.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=45.52%
G=30.95%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781219200.320.480.3020.2335.8352.94
HexB2795C020301E142435
Octal2621711340406036244465
Binary101100101111001101110001000001100001111010100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2795C; }

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

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

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

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

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

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

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

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