Html Css Color HEX #BE773B Brandy Punch

📋 copy color: '#BE773B'

red 190 ◦ green 119 ◦ blue 59

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

Shades of Brandy Punch #BE773B

Tints of Brandy Punch #BE773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 51.63%
G = 32.34%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE773B (or 0xBE773B) is known color: Brandy Punch. HEX triplet: BE, 77 and 3B. RGB value is (190,119,59). Sum of RGB (Red+Green+Blue) = 190+119+59=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE773B is #4188C4. Grayscale: #858585. Windows color (decimal): -4294853 or 3897278. OLE color: 3897278.

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

Color convert

RGB 190 119 59 -
CMYK 0 0.37 0.69 0.25
HSL 27.48º 0.53% 0.49% -
HSV(B) 27.48º 0.69% 0.75% -
XYZ 28.62 24.46 7.35 -
YUV 133.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 190 119 59 0 0.37 0.69 0.25 27.48 0.53 0.49
Hex BE 77 3B 0 25 45 19 1B 35 31
Octal 276 167 73 0 45 105 31 33 65 61
Binary 10111110 1110111 111011 0 100101 1000101 11001 11011 110101 110001

Color Harmonies of #BE773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE773B

Black with #BE773B

Text Example


Text Example

White with #BE773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE773B; }

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

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

background-color css

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

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

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

border-color css

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

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

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