#B4794F

Color #B4794F Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #B4794F

Tints of Brandy Punch #B4794F

Color information

#B4794F (or 0xB4794F) is unknown color: approx Brandy Punch. HEX triplet: B4, 79 and 4F. RGB value is (180,121,79). Sum of RGB (Red+Green+Blue) = 180+121+79=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4794F is #4B86B0. Grayscale: #868686. Windows color (decimal): -4949681 or 5208500. OLE color: 5208500.

HSL color Cylindrical-coordinate representation of color #B4794F: hue angle of 24.95º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4794F is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18012179-
CMYK00.330.560.29
HSL24.95º40.24%50.78%-
HSV(B)24.95º56.11%70.59%-
XYZ27.0723.9410.59-
YUV133.8597.05160.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=47.37%
G=31.84%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801217900.330.560.2924.9540.2450.78
HexB4794F021381D192833
Octal2641711170417035315063
Binary101101001111001100111101000011110001110111001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4794F; }

 p { color: rgb(180,121,79); }

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

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

 a { background-color: rgb(180,121,79); }

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

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

 span { border-color: rgb(180,121,79); }

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