Html Css Color HEX #BE794A Brandy Punch

📋 copy color: '#BE794A'

red 190 ◦ green 121 ◦ blue 74

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

Shades of Brandy Punch #BE794A

Tints of Brandy Punch #BE794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 49.35%
G = 31.43%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE794A (or 0xBE794A) is known color: Brandy Punch. HEX triplet: BE, 79 and 4A. RGB value is (190,121,74). Sum of RGB (Red+Green+Blue) = 190+121+74=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE794A is #4186B5. Grayscale: #888888. Windows color (decimal): -4294326 or 4880830. OLE color: 4880830.

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

Color convert

RGB 190 121 74 -
CMYK 0 0.36 0.61 0.25
HSL 24.31º 0.47% 0.52% -
HSV(B) 24.31º 0.61% 0.75% -
XYZ 29.31 25.12 9.78 -
YUV 136.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 190 121 74 0 0.36 0.61 0.25 24.31 0.47 0.52
Hex BE 79 4A 0 24 3D 19 18 2F 34
Octal 276 171 112 0 44 75 31 30 57 64
Binary 10111110 1111001 1001010 0 100100 111101 11001 11000 101111 110100

Color Harmonies of #BE794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE794A

Black with #BE794A

Text Example


Text Example

White with #BE794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE794A; }

 p { color: rgb(190,121,74); }

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

background-color css

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

 a { background-color: rgb(190,121,74); }

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

border-color css

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

 span { border-color: rgb(190,121,74); }

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