Html Css Color HEX #BE0264 Jazzberry Jam

📋 copy color: '#BE0264'

red 190 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #BE0264

Tints of Jazzberry Jam #BE0264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 65.07%
G = 0.68%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0264 (or 0xBE0264) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 64. RGB value is (190,2,100). Sum of RGB (Red+Green+Blue) = 190+2+100=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0264 is #41FD9B. Grayscale: #454545. Windows color (decimal): -4324764 or 6554302. OLE color: 6554302.

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

Color convert

RGB 190 2 100 -
CMYK 0 0.99 0.47 0.25
HSL 328.72º 0.98% 0.38% -
HSV(B) 328.72º 0.99% 0.75% -
XYZ 23.56 11.91 13.11 -
YUV 69.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 190 2 100 0 0.99 0.47 0.25 328.72 0.98 0.38
Hex BE 2 64 0 63 2F 19 149 62 26
Octal 276 2 144 0 143 57 31 511 142 46
Binary 10111110 10 1100100 0 1100011 101111 11001 101001001 1100010 100110

Color Harmonies of #BE0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0264

Black with #BE0264

Text Example


Text Example

White with #BE0264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0264; }

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

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

background-color css

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

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

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

border-color css

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

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

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