Html Css Color HEX #BE1064 Jazzberry Jam

📋 copy color: '#BE1064'

red 190 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #BE1064

Tints of Jazzberry Jam #BE1064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 62.09%
G = 5.23%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1064 (or 0xBE1064) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 64. RGB value is (190,16,100). Sum of RGB (Red+Green+Blue) = 190+16+100=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1064 is #41EF9B. Grayscale: #4D4D4D. Windows color (decimal): -4321180 or 6557886. OLE color: 6557886.

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

Color convert

RGB 190 16 100 -
CMYK 0 0.92 0.47 0.25
HSL 331.03º 0.84% 0.4% -
HSV(B) 331.03º 0.92% 0.75% -
XYZ 23.72 12.24 13.17 -
YUV 77.6 140.65 208.17 -
System Red Green Blue C M Y K H S L
Decimal 190 16 100 0 0.92 0.47 0.25 331.03 0.84 0.4
Hex BE 10 64 0 5C 2F 19 14B 54 28
Octal 276 20 144 0 134 57 31 513 124 50
Binary 10111110 10000 1100100 0 1011100 101111 11001 101001011 1010100 101000

Color Harmonies of #BE1064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1064

Black with #BE1064

Text Example


Text Example

White with #BE1064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1064; }

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

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

background-color css

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

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

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

border-color css

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

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

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