Html Css Color HEX #BE8049 Brandy Punch

📋 copy color: '#BE8049'

red 190 ◦ green 128 ◦ blue 73

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

Shades of Brandy Punch #BE8049

Tints of Brandy Punch #BE8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

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

R = 48.59%
G = 32.74%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8049 (or 0xBE8049) is known color: Brandy Punch. HEX triplet: BE, 80 and 49. RGB value is (190,128,73). Sum of RGB (Red+Green+Blue) = 190+128+73=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8049 is #417FB6. Grayscale: #8C8C8C. Windows color (decimal): -4292535 or 4817086. OLE color: 4817086.

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

Color convert

RGB 190 128 73 -
CMYK 0 0.33 0.62 0.25
HSL 28.21º 0.47% 0.52% -
HSV(B) 28.21º 0.62% 0.75% -
XYZ 30.16 26.87 9.9 -
YUV 140.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 190 128 73 0 0.33 0.62 0.25 28.21 0.47 0.52
Hex BE 80 49 0 21 3E 19 1C 2F 34
Octal 276 200 111 0 41 76 31 34 57 64
Binary 10111110 10000000 1001001 0 100001 111110 11001 11100 101111 110100

Color Harmonies of #BE8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8049

Black with #BE8049

Text Example


Text Example

White with #BE8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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