Html Css Color HEX #BE7549 Brandy Punch

📋 copy color: '#BE7549'

red 190 ◦ green 117 ◦ blue 73

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

Shades of Brandy Punch #BE7549

Tints of Brandy Punch #BE7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 50%
G = 30.79%
B = 19.21%

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

#BE7549 (or 0xBE7549) is known color: Brandy Punch. HEX triplet: BE, 75 and 49. RGB value is (190,117,73). Sum of RGB (Red+Green+Blue) = 190+117+73=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7549 is #418AB6. Grayscale: #868686. Windows color (decimal): -4295351 or 4814270. OLE color: 4814270.

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

Color convert

RGB 190 117 73 -
CMYK 0 0.38 0.62 0.25
HSL 22.56º 0.47% 0.52% -
HSV(B) 22.56º 0.62% 0.75% -
XYZ 28.8 24.15 9.45 -
YUV 133.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 190 117 73 0 0.38 0.62 0.25 22.56 0.47 0.52
Hex BE 75 49 0 26 3E 19 17 2F 34
Octal 276 165 111 0 46 76 31 27 57 64
Binary 10111110 1110101 1001001 0 100110 111110 11001 10111 101111 110100

Color Harmonies of #BE7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7549

Black with #BE7549

Text Example


Text Example

White with #BE7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7549; }

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

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

background-color css

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

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

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

border-color css

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

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

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