Html Css Color HEX #BE824D Brandy Punch

📋 copy color: '#BE824D'

red 190 ◦ green 130 ◦ blue 77

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

Shades of Brandy Punch #BE824D

Tints of Brandy Punch #BE824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 47.86%
G = 32.75%
B = 19.4%

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

#BE824D (or 0xBE824D) is known color: Brandy Punch. HEX triplet: BE, 82 and 4D. RGB value is (190,130,77). Sum of RGB (Red+Green+Blue) = 190+130+77=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE824D is #417DB2. Grayscale: #8E8E8E. Windows color (decimal): -4292019 or 5079742. OLE color: 5079742.

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

Color convert

RGB 190 130 77 -
CMYK 0 0.32 0.59 0.25
HSL 28.14º 0.47% 0.52% -
HSV(B) 28.14º 0.59% 0.75% -
XYZ 30.56 27.45 10.71 -
YUV 141.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 190 130 77 0 0.32 0.59 0.25 28.14 0.47 0.52
Hex BE 82 4D 0 20 3B 19 1C 2F 34
Octal 276 202 115 0 40 73 31 34 57 64
Binary 10111110 10000010 1001101 0 100000 111011 11001 11100 101111 110100

Color Harmonies of #BE824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE824D

Black with #BE824D

Text Example


Text Example

White with #BE824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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