Html Css Color HEX #BE774C Brandy Punch

📋 copy color: '#BE774C'

red 190 ◦ green 119 ◦ blue 76

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

Shades of Brandy Punch #BE774C

Tints of Brandy Punch #BE774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 49.35%
G = 30.91%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE774C (or 0xBE774C) is known color: Brandy Punch. HEX triplet: BE, 77 and 4C. RGB value is (190,119,76). Sum of RGB (Red+Green+Blue) = 190+119+76=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE774C is #4188B3. Grayscale: #878787. Windows color (decimal): -4294836 or 5011390. OLE color: 5011390.

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

Color convert

RGB 190 119 76 -
CMYK 0 0.37 0.60 0.25
HSL 22.63º 0.47% 0.52% -
HSV(B) 22.63º 0.6% 0.75% -
XYZ 29.14 24.66 10.06 -
YUV 135.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 190 119 76 0 0.37 0.60 0.25 22.63 0.47 0.52
Hex BE 77 4C 0 25 3C 19 17 2F 34
Octal 276 167 114 0 45 74 31 27 57 64
Binary 10111110 1110111 1001100 0 100101 111100 11001 10111 101111 110100

Color Harmonies of #BE774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE774C

Black with #BE774C

Text Example


Text Example

White with #BE774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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