#B3794B

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

Shades of Brandy Punch #B3794B

Tints of Brandy Punch #B3794B

Color information

#B3794B (or 0xB3794B) is unknown color: approx Brandy Punch. HEX triplet: B3, 79 and 4B. RGB value is (179,121,75). Sum of RGB (Red+Green+Blue) = 179+121+75=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3794B is #4C86B4. Grayscale: #858585. Windows color (decimal): -5015221 or 4946355. OLE color: 4946355.

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

Color convert

RGB17912175-
CMYK00.320.580.30
HSL26.54º40.94%49.8%-
HSV(B)26.54º58.1%70.2%-
XYZ26.723.779.84-
YUV133.195.22160.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 75 (29.69% from 255) = 20%
R=47.73%
G=32.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791217500.320.580.3026.5440.9449.8
HexB3794B0203A1E1b2932
Octal2631711130407236335162
Binary101100111111001100101101000001110101111011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3794B; }

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

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

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

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

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

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

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

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