Html Css Color HEX #BE8240 Brandy Punch

📋 copy color: '#BE8240'

red 190 ◦ green 130 ◦ blue 64

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

Shades of Brandy Punch #BE8240

Tints of Brandy Punch #BE8240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 49.48%
G = 33.85%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8240 (or 0xBE8240) is known color: Brandy Punch. HEX triplet: BE, 82 and 40. RGB value is (190,130,64). Sum of RGB (Red+Green+Blue) = 190+130+64=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8240 is #417DBF. Grayscale: #8C8C8C. Windows color (decimal): -4292032 or 4227774. OLE color: 4227774.

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

Color convert

RGB 190 130 64 -
CMYK 0 0.32 0.66 0.25
HSL 31.43º 0.5% 0.5% -
HSV(B) 31.43º 0.66% 0.75% -
XYZ 30.14 27.28 8.53 -
YUV 140.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 190 130 64 0 0.32 0.66 0.25 31.43 0.5 0.5
Hex BE 82 40 0 20 42 19 1F 32 32
Octal 276 202 100 0 40 102 31 37 62 62
Binary 10111110 10000010 1000000 0 100000 1000010 11001 11111 110010 110010

Color Harmonies of #BE8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8240

Black with #BE8240

Text Example


Text Example

White with #BE8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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