Html Css Color HEX #BE7440 Brandy Punch

📋 copy color: '#BE7440'

red 190 ◦ green 116 ◦ blue 64

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

Shades of Brandy Punch #BE7440

Tints of Brandy Punch #BE7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 51.35%
G = 31.35%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE7440 (or 0xBE7440) is known color: Brandy Punch. HEX triplet: BE, 74 and 40. RGB value is (190,116,64). Sum of RGB (Red+Green+Blue) = 190+116+64=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7440 is #418BBF. Grayscale: #848484. Windows color (decimal): -4295616 or 4224190. OLE color: 4224190.

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

Color convert

RGB 190 116 64 -
CMYK 0 0.39 0.66 0.25
HSL 24.76º 0.5% 0.5% -
HSV(B) 24.76º 0.66% 0.75% -
XYZ 28.41 23.81 7.95 -
YUV 132.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 190 116 64 0 0.39 0.66 0.25 24.76 0.5 0.5
Hex BE 74 40 0 27 42 19 19 32 32
Octal 276 164 100 0 47 102 31 31 62 62
Binary 10111110 1110100 1000000 0 100111 1000010 11001 11001 110010 110010

Color Harmonies of #BE7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7440

Black with #BE7440

Text Example


Text Example

White with #BE7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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