Html Css Color HEX #BE7A52 Brandy Punch

📋 copy color: '#BE7A52'

red 190 ◦ green 122 ◦ blue 82

#BE7A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #BE7A52

Tints of Brandy Punch #BE7A52

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 value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE7A52 (or 0xBE7A52) is known color: 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

RGB 190 122 82 -
CMYK 0 0.36 0.57 0.25
HSL 22.22º 0.45% 0.53% -
HSV(B) 22.22º 0.57% 0.75% -
XYZ 29.72 25.48 11.33 -
YUV 137.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 190 122 82 0 0.36 0.57 0.25 22.22 0.45 0.53
Hex BE 7A 52 0 24 39 19 16 2D 35
Octal 276 172 122 0 44 71 31 26 55 65
Binary 10111110 1111010 1010010 0 100100 111001 11001 10110 101101 110101

Color Harmonies of #BE7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A52

Black with #BE7A52

Text Example


Text Example

White with #BE7A52

Text Example


Text Example

HTML Codes & Css Web 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>