Html Css Color HEX #BE7449 Brandy Punch

📋 copy color: '#BE7449'

red 190 ◦ green 116 ◦ blue 73

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

Shades of Brandy Punch #BE7449

Tints of Brandy Punch #BE7449

RGB

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

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

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

R = 50.13%
G = 30.61%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE7449 (or 0xBE7449) is known color: Brandy Punch. HEX triplet: BE, 74 and 49. RGB value is (190,116,73). Sum of RGB (Red+Green+Blue) = 190+116+73=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7449 is #418BB6. Grayscale: #858585. Windows color (decimal): -4295607 or 4814014. OLE color: 4814014.

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

Color convert

RGB 190 116 73 -
CMYK 0 0.39 0.62 0.25
HSL 22.05º 0.47% 0.52% -
HSV(B) 22.05º 0.62% 0.75% -
XYZ 28.68 23.92 9.41 -
YUV 133.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 190 116 73 0 0.39 0.62 0.25 22.05 0.47 0.52
Hex BE 74 49 0 27 3E 19 16 2F 34
Octal 276 164 111 0 47 76 31 26 57 64
Binary 10111110 1110100 1001001 0 100111 111110 11001 10110 101111 110100

Color Harmonies of #BE7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7449

Black with #BE7449

Text Example


Text Example

White with #BE7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7449; }

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

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

background-color css

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

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

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

border-color css

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

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

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