Html Css Color HEX #BE7649 Brandy Punch

📋 copy color: '#BE7649'

red 190 ◦ green 118 ◦ blue 73

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

Shades of Brandy Punch #BE7649

Tints of Brandy Punch #BE7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 49.87%
G = 30.97%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE7649 (or 0xBE7649) is known color: Brandy Punch. HEX triplet: BE, 76 and 49. RGB value is (190,118,73). Sum of RGB (Red+Green+Blue) = 190+118+73=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7649 is #4189B6. Grayscale: #868686. Windows color (decimal): -4295095 or 4814526. OLE color: 4814526.

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

Color convert

RGB 190 118 73 -
CMYK 0 0.38 0.62 0.25
HSL 23.08º 0.47% 0.52% -
HSV(B) 23.08º 0.62% 0.75% -
XYZ 28.92 24.39 9.49 -
YUV 134.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 190 118 73 0 0.38 0.62 0.25 23.08 0.47 0.52
Hex BE 76 49 0 26 3E 19 17 2F 34
Octal 276 166 111 0 46 76 31 27 57 64
Binary 10111110 1110110 1001001 0 100110 111110 11001 10111 101111 110100

Color Harmonies of #BE7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7649

Black with #BE7649

Text Example


Text Example

White with #BE7649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7649; }

 p { color: rgb(190,118,73); }

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

background-color css

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

 a { background-color: rgb(190,118,73); }

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

border-color css

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

 span { border-color: rgb(190,118,73); }

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