Html Css Color HEX #BE1966 Jazzberry Jam

📋 copy color: '#BE1966'

red 190 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #BE1966

Tints of Jazzberry Jam #BE1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 59.94%
G = 7.89%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE1966 (or 0xBE1966) is known color: Jazzberry Jam. HEX triplet: BE, 19 and 66. RGB value is (190,25,102). Sum of RGB (Red+Green+Blue) = 190+25+102=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1966 is #41E699. Grayscale: #525252. Windows color (decimal): -4318874 or 6691262. OLE color: 6691262.

HSL color Cylindrical-coordinate representation of color #BE1966: hue angle of 332º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1966 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 25 102 -
CMYK 0 0.87 0.46 0.25
HSL 332º 0.77% 0.42% -
HSV(B) 332º 0.87% 0.75% -
XYZ 23.98 12.6 13.74 -
YUV 83.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 190 25 102 0 0.87 0.46 0.25 332 0.77 0.42
Hex BE 19 66 0 57 2E 19 14C 4D 2A
Octal 276 31 146 0 127 56 31 514 115 52
Binary 10111110 11001 1100110 0 1010111 101110 11001 101001100 1001101 101010

Color Harmonies of #BE1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1966

Black with #BE1966

Text Example


Text Example

White with #BE1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1966; }

 p { color: rgb(190,25,102); }

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

background-color css

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

 a { background-color: rgb(190,25,102); }

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

border-color css

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

 span { border-color: rgb(190,25,102); }

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