#B2795A

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

Shades of Medium Wood #B2795A

Tints of Medium Wood #B2795A

Color information

#B2795A (or 0xB2795A) is unknown color: approx Medium Wood. HEX triplet: B2, 79 and 5A. RGB value is (178,121,90). Sum of RGB (Red+Green+Blue) = 178+121+90=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2795A is #4D86A5. Grayscale: #868686. Windows color (decimal): -5080742 or 5929394. OLE color: 5929394.

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

Color convert

RGB17812190-
CMYK00.320.490.30
HSL21.14º36.36%52.55%-
HSV(B)21.14º49.44%69.8%-
XYZ27.0423.8812.86-
YUV134.51102.88159.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=45.76%
G=31.11%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781219000.320.490.3021.1436.3652.55
HexB2795A020311E152435
Octal2621711320406136254465
Binary101100101111001101101001000001100011111010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2795A; }

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

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

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

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

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

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

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

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