#B4793F

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

Shades of Brandy Punch #B4793F

Tints of Brandy Punch #B4793F

Color information

#B4793F (or 0xB4793F) is unknown color: approx Brandy Punch. HEX triplet: B4, 79 and 3F. RGB value is (180,121,63). Sum of RGB (Red+Green+Blue) = 180+121+63=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B4793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4793F is #4B86C0. Grayscale: #848484. Windows color (decimal): -4949697 or 4159924. OLE color: 4159924.

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

Color convert

RGB18012163-
CMYK00.330.650.29
HSL29.74º48.15%47.65%-
HSV(B)29.74º65%70.59%-
XYZ26.5623.747.88-
YUV132.0389.05162.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 63 (25% from 255) = 17.31%
R=49.45%
G=33.24%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801216300.330.650.2929.7448.1547.65
HexB4793F021411D1e3030
Octal2641717704110135366060
Binary101101001111001111111010000110000011110111110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4793F; }

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

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

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

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

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

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

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

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