Html Css Color HEX #BE763C Brandy Punch

📋 copy color: '#BE763C'

red 190 ◦ green 118 ◦ blue 60

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

Shades of Brandy Punch #BE763C

Tints of Brandy Punch #BE763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 51.63%
G = 32.07%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE763C (or 0xBE763C) is known color: Brandy Punch. HEX triplet: BE, 76 and 3C. RGB value is (190,118,60). Sum of RGB (Red+Green+Blue) = 190+118+60=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE763C is #4189C3. Grayscale: #858585. Windows color (decimal): -4295108 or 3962558. OLE color: 3962558.

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

Color convert

RGB 190 118 60 -
CMYK 0 0.38 0.68 0.25
HSL 26.77º 0.52% 0.49% -
HSV(B) 26.77º 0.68% 0.75% -
XYZ 28.53 24.23 7.45 -
YUV 132.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 190 118 60 0 0.38 0.68 0.25 26.77 0.52 0.49
Hex BE 76 3C 0 26 44 19 1B 34 31
Octal 276 166 74 0 46 104 31 33 64 61
Binary 10111110 1110110 111100 0 100110 1000100 11001 11011 110100 110001

Color Harmonies of #BE763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE763C

Black with #BE763C

Text Example


Text Example

White with #BE763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE763C; }

 p { color: rgb(190,118,60); }

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

background-color css

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

 a { background-color: rgb(190,118,60); }

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

border-color css

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

 span { border-color: rgb(190,118,60); }

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