#BE7A52

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

Shades of Brandy Punch #BE7A52

Tints of Brandy Punch #BE7A52

Color information

#BE7A52 (or 0xBE7A52) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 52. RGB value is (190,122,82). Sum of RGB (Red+Green+Blue) = 190+122+82=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A52 is #4185AD. Grayscale: #8A8A8A. Windows color (decimal): -4294062 or 5405374. OLE color: 5405374.

HSL color Cylindrical-coordinate representation of color #BE7A52: hue angle of 22.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE7A52 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19012282-
CMYK00.360.570.25
HSL22.22º45.38%53.33%-
HSV(B)22.22º56.84%74.51%-
XYZ29.7225.4811.33-
YUV137.7796.53165.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=48.22%
G=30.96%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901228200.360.570.2522.2245.3853.33
HexBE7A520243919162d35
Octal2761721220447131265565
Binary101111101111010101001001001001110011100110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A52; }

 p { color: rgb(190,122,82); }

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

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

 a { background-color: rgb(190,122,82); }

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

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

 span { border-color: rgb(190,122,82); }

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