Html Css Color HEX #BE7744 Brandy Punch

📋 copy color: '#BE7744'

red 190 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #BE7744

Tints of Brandy Punch #BE7744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 50.4%
G = 31.56%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE7744 (or 0xBE7744) is known color: Brandy Punch. HEX triplet: BE, 77 and 44. RGB value is (190,119,68). Sum of RGB (Red+Green+Blue) = 190+119+68=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7744 is #4188BB. Grayscale: #868686. Windows color (decimal): -4294844 or 4487102. OLE color: 4487102.

HSL color Cylindrical-coordinate representation of color #BE7744: hue angle of 25.08º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE7744 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 68 -
CMYK 0 0.37 0.64 0.25
HSL 25.08º 0.48% 0.51% -
HSV(B) 25.08º 0.64% 0.75% -
XYZ 28.88 24.56 8.69 -
YUV 134.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 190 119 68 0 0.37 0.64 0.25 25.08 0.48 0.51
Hex BE 77 44 0 25 40 19 19 30 33
Octal 276 167 104 0 45 100 31 31 60 63
Binary 10111110 1110111 1000100 0 100101 1000000 11001 11001 110000 110011

Color Harmonies of #BE7744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7744

Black with #BE7744

Text Example


Text Example

White with #BE7744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7744; }

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

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

background-color css

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

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

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

border-color css

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

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

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