Html Css Color HEX #BE7740 Brandy Punch

📋 copy color: '#BE7740'

red 190 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #BE7740

Tints of Brandy Punch #BE7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 50.94%
G = 31.9%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE7740 (or 0xBE7740) is known color: Brandy Punch. HEX triplet: BE, 77 and 40. RGB value is (190,119,64). Sum of RGB (Red+Green+Blue) = 190+119+64=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7740 is #4188BF. Grayscale: #868686. Windows color (decimal): -4294848 or 4224958. OLE color: 4224958.

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

Color convert

RGB 190 119 64 -
CMYK 0 0.37 0.66 0.25
HSL 26.19º 0.5% 0.5% -
HSV(B) 26.19º 0.66% 0.75% -
XYZ 28.76 24.51 8.07 -
YUV 133.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 190 119 64 0 0.37 0.66 0.25 26.19 0.5 0.5
Hex BE 77 40 0 25 42 19 1A 32 32
Octal 276 167 100 0 45 102 31 32 62 62
Binary 10111110 1110111 1000000 0 100101 1000010 11001 11010 110010 110010

Color Harmonies of #BE7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7740

Black with #BE7740

Text Example


Text Example

White with #BE7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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