Html Css Color HEX #BE774D Brandy Punch

📋 copy color: '#BE774D'

red 190 ◦ green 119 ◦ blue 77

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

Shades of Brandy Punch #BE774D

Tints of Brandy Punch #BE774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 49.22%
G = 30.83%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE774D (or 0xBE774D) is known color: Brandy Punch. HEX triplet: BE, 77 and 4D. RGB value is (190,119,77). Sum of RGB (Red+Green+Blue) = 190+119+77=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE774D is #4188B2. Grayscale: #878787. Windows color (decimal): -4294835 or 5076926. OLE color: 5076926.

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

Color convert

RGB 190 119 77 -
CMYK 0 0.37 0.59 0.25
HSL 22.3º 0.47% 0.52% -
HSV(B) 22.3º 0.59% 0.75% -
XYZ 29.17 24.68 10.25 -
YUV 135.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 190 119 77 0 0.37 0.59 0.25 22.3 0.47 0.52
Hex BE 77 4D 0 25 3B 19 16 2F 34
Octal 276 167 115 0 45 73 31 26 57 64
Binary 10111110 1110111 1001101 0 100101 111011 11001 10110 101111 110100

Color Harmonies of #BE774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE774D

Black with #BE774D

Text Example


Text Example

White with #BE774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE774D; }

 p { color: rgb(190,119,77); }

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

background-color css

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

 a { background-color: rgb(190,119,77); }

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

border-color css

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

 span { border-color: rgb(190,119,77); }

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