Html Css Color HEX #BE824E Brandy Punch

📋 copy color: '#BE824E'

red 190 ◦ green 130 ◦ blue 78

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

Shades of Brandy Punch #BE824E

Tints of Brandy Punch #BE824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 47.74%
G = 32.66%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE824E (or 0xBE824E) is known color: Brandy Punch. HEX triplet: BE, 82 and 4E. RGB value is (190,130,78). Sum of RGB (Red+Green+Blue) = 190+130+78=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE824E is #417DB1. Grayscale: #8E8E8E. Windows color (decimal): -4292018 or 5145278. OLE color: 5145278.

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

Color convert

RGB 190 130 78 -
CMYK 0 0.32 0.59 0.25
HSL 27.86º 0.46% 0.53% -
HSV(B) 27.86º 0.59% 0.75% -
XYZ 30.59 27.46 10.9 -
YUV 142.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 190 130 78 0 0.32 0.59 0.25 27.86 0.46 0.53
Hex BE 82 4E 0 20 3B 19 1C 2E 35
Octal 276 202 116 0 40 73 31 34 56 65
Binary 10111110 10000010 1001110 0 100000 111011 11001 11100 101110 110101

Color Harmonies of #BE824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE824E

Black with #BE824E

Text Example


Text Example

White with #BE824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE824E; }

 p { color: rgb(190,130,78); }

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

background-color css

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

 a { background-color: rgb(190,130,78); }

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

border-color css

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

 span { border-color: rgb(190,130,78); }

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