Html Css Color HEX #BE8052 Brandy Punch

📋 copy color: '#BE8052'

red 190 ◦ green 128 ◦ blue 82

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

Shades of Brandy Punch #BE8052

Tints of Brandy Punch #BE8052

RGB

 RED value IS 190 (74.61% from 255) = 47.5%

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 47.5%
G = 32%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE8052 (or 0xBE8052) is known color: Brandy Punch. HEX triplet: BE, 80 and 52. RGB value is (190,128,82). Sum of RGB (Red+Green+Blue) = 190+128+82=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8052 is #417FAD. Grayscale: #8D8D8D. Windows color (decimal): -4292526 or 5406910. OLE color: 5406910.

HSL color Cylindrical-coordinate representation of color #BE8052: hue angle of 25.56º 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 #BE8052 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 82 -
CMYK 0 0.33 0.57 0.25
HSL 25.56º 0.45% 0.53% -
HSV(B) 25.56º 0.57% 0.75% -
XYZ 30.48 26.99 11.59 -
YUV 141.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 190 128 82 0 0.33 0.57 0.25 25.56 0.45 0.53
Hex BE 80 52 0 21 39 19 1A 2D 35
Octal 276 200 122 0 41 71 31 32 55 65
Binary 10111110 10000000 1010010 0 100001 111001 11001 11010 101101 110101

Color Harmonies of #BE8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8052

Black with #BE8052

Text Example


Text Example

White with #BE8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8052; }

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

 H1.HeaderClassName
 {
   color: #BE8052;
 }
 .AnyTagClassName
 {
   color: #BE8052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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