Html Css Color HEX #BE773F Brandy Punch

📋 copy color: '#BE773F'

red 190 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #BE773F

Tints of Brandy Punch #BE773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.94%

R = 51.08%
G = 31.99%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE773F (or 0xBE773F) is known color: Brandy Punch. HEX triplet: BE, 77 and 3F. RGB value is (190,119,63). Sum of RGB (Red+Green+Blue) = 190+119+63=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE773F is #4188C0. Grayscale: #868686. Windows color (decimal): -4294849 or 4159422. OLE color: 4159422.

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

Color convert

RGB 190 119 63 -
CMYK 0 0.37 0.67 0.25
HSL 26.46º 0.5% 0.5% -
HSV(B) 26.46º 0.67% 0.75% -
XYZ 28.73 24.5 7.92 -
YUV 133.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 190 119 63 0 0.37 0.67 0.25 26.46 0.5 0.5
Hex BE 77 3F 0 25 43 19 1A 32 32
Octal 276 167 77 0 45 103 31 32 62 62
Binary 10111110 1110111 111111 0 100101 1000011 11001 11010 110010 110010

Color Harmonies of #BE773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE773F

Black with #BE773F

Text Example


Text Example

White with #BE773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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