Html Css Color HEX #BE0C64 Jazzberry Jam

📋 copy color: '#BE0C64'

red 190 ◦ green 12 ◦ blue 100

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

Shades of Jazzberry Jam #BE0C64

Tints of Jazzberry Jam #BE0C64

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 62.91%
G = 3.97%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0C64 (or 0xBE0C64) is known color: Jazzberry Jam. HEX triplet: BE, 0C and 64. RGB value is (190,12,100). Sum of RGB (Red+Green+Blue) = 190+12+100=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C64 is #41F39B. Grayscale: #4B4B4B. Windows color (decimal): -4322204 or 6556862. OLE color: 6556862.

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

Color convert

RGB 190 12 100 -
CMYK 0 0.94 0.47 0.25
HSL 330.34º 0.88% 0.4% -
HSV(B) 330.34º 0.94% 0.75% -
XYZ 23.67 12.13 13.15 -
YUV 75.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 190 12 100 0 0.94 0.47 0.25 330.34 0.88 0.4
Hex BE C 64 0 5E 2F 19 14A 58 28
Octal 276 14 144 0 136 57 31 512 130 50
Binary 10111110 1100 1100100 0 1011110 101111 11001 101001010 1011000 101000

Color Harmonies of #BE0C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C64

Black with #BE0C64

Text Example


Text Example

White with #BE0C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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