#B3794D

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

Shades of Brandy Punch #B3794D

Tints of Brandy Punch #B3794D

Color information

#B3794D (or 0xB3794D) is unknown color: approx Brandy Punch. HEX triplet: B3, 79 and 4D. RGB value is (179,121,77). Sum of RGB (Red+Green+Blue) = 179+121+77=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3794D is #4C86B2. Grayscale: #858585. Windows color (decimal): -5015219 or 5077427. OLE color: 5077427.

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

Color convert

RGB17912177-
CMYK00.320.570.30
HSL25.88º40.16%50.2%-
HSV(B)25.88º56.98%70.2%-
XYZ26.7723.7910.2-
YUV133.3396.22160.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=47.48%
G=32.10%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791217700.320.570.3025.8840.1650.2
HexB3794D020391E1a2832
Octal2631711150407136325062
Binary101100111111001100110101000001110011111011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3794D; }

 p { color: rgb(179,121,77); }

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

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

 a { background-color: rgb(179,121,77); }

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

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

 span { border-color: rgb(179,121,77); }

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