Html Css Color HEX #BE0E57 Jazzberry Jam

📋 copy color: '#BE0E57'

red 190 ◦ green 14 ◦ blue 87

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

Shades of Jazzberry Jam #BE0E57

Tints of Jazzberry Jam #BE0E57

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 65.29%
G = 4.81%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE0E57 (or 0xBE0E57) is known color: Jazzberry Jam. HEX triplet: BE, 0E and 57. RGB value is (190,14,87). Sum of RGB (Red+Green+Blue) = 190+14+87=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E57 is #41F1A8. Grayscale: #4A4A4A. Windows color (decimal): -4321705 or 5705406. OLE color: 5705406.

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

Color convert

RGB 190 14 87 -
CMYK 0 0.93 0.54 0.25
HSL 335.11º 0.86% 0.4% -
HSV(B) 335.11º 0.93% 0.75% -
XYZ 23.11 11.95 10.11 -
YUV 74.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 190 14 87 0 0.93 0.54 0.25 335.11 0.86 0.4
Hex BE E 57 0 5D 36 19 14F 56 28
Octal 276 16 127 0 135 66 31 517 126 50
Binary 10111110 1110 1010111 0 1011101 110110 11001 101001111 1010110 101000

Color Harmonies of #BE0E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E57

Black with #BE0E57

Text Example


Text Example

White with #BE0E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E57; }

 p { color: rgb(190,14,87); }

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

background-color css

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

 a { background-color: rgb(190,14,87); }

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

border-color css

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

 span { border-color: rgb(190,14,87); }

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