Html Css Color HEX #BE1764 Jazzberry Jam

📋 copy color: '#BE1764'

red 190 ◦ green 23 ◦ blue 100

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

Shades of Jazzberry Jam #BE1764

Tints of Jazzberry Jam #BE1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 60.7%
G = 7.35%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1764 (or 0xBE1764) is known color: Jazzberry Jam. HEX triplet: BE, 17 and 64. RGB value is (190,23,100). Sum of RGB (Red+Green+Blue) = 190+23+100=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1764 is #41E89B. Grayscale: #515151. Windows color (decimal): -4319388 or 6559678. OLE color: 6559678.

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

Color convert

RGB 190 23 100 -
CMYK 0 0.88 0.47 0.25
HSL 332.34º 0.78% 0.42% -
HSV(B) 332.34º 0.88% 0.75% -
XYZ 23.84 12.48 13.21 -
YUV 81.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 190 23 100 0 0.88 0.47 0.25 332.34 0.78 0.42
Hex BE 17 64 0 58 2F 19 14C 4E 2A
Octal 276 27 144 0 130 57 31 514 116 52
Binary 10111110 10111 1100100 0 1011000 101111 11001 101001100 1001110 101010

Color Harmonies of #BE1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1764

Black with #BE1764

Text Example


Text Example

White with #BE1764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1764; }

 p { color: rgb(190,23,100); }

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

background-color css

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

 a { background-color: rgb(190,23,100); }

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

border-color css

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

 span { border-color: rgb(190,23,100); }

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