Html Css Color HEX #BE0E68 Jazzberry Jam

📋 copy color: '#BE0E68'

red 190 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #BE0E68

Tints of Jazzberry Jam #BE0E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 61.69%
G = 4.55%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0E68 (or 0xBE0E68) is known color: Jazzberry Jam. HEX triplet: BE, 0E and 68. RGB value is (190,14,104). Sum of RGB (Red+Green+Blue) = 190+14+104=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E68 is #41F197. Grayscale: #4C4C4C. Windows color (decimal): -4321688 or 6819518. OLE color: 6819518.

HSL color Cylindrical-coordinate representation of color #BE0E68: hue angle of 329.32º 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 #BE0E68 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 104 -
CMYK 0 0.93 0.45 0.25
HSL 329.32º 0.86% 0.4% -
HSV(B) 329.32º 0.93% 0.75% -
XYZ 23.89 12.26 14.2 -
YUV 76.88 143.31 208.68 -
System Red Green Blue C M Y K H S L
Decimal 190 14 104 0 0.93 0.45 0.25 329.32 0.86 0.4
Hex BE E 68 0 5D 2D 19 149 56 28
Octal 276 16 150 0 135 55 31 511 126 50
Binary 10111110 1110 1101000 0 1011101 101101 11001 101001001 1010110 101000

Color Harmonies of #BE0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E68

Black with #BE0E68

Text Example


Text Example

White with #BE0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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