Html Css Color HEX #BE1668 Jazzberry Jam

📋 copy color: '#BE1668'

red 190 ◦ green 22 ◦ blue 104

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

Shades of Jazzberry Jam #BE1668

Tints of Jazzberry Jam #BE1668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 60.13%
G = 6.96%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE1668 (or 0xBE1668) is known color: Jazzberry Jam. HEX triplet: BE, 16 and 68. RGB value is (190,22,104). Sum of RGB (Red+Green+Blue) = 190+22+104=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1668 is #41E997. Grayscale: #515151. Windows color (decimal): -4319640 or 6821566. OLE color: 6821566.

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

Color convert

RGB 190 22 104 -
CMYK 0 0.88 0.45 0.25
HSL 330.71º 0.79% 0.42% -
HSV(B) 330.71º 0.88% 0.75% -
XYZ 24.02 12.52 14.25 -
YUV 81.58 140.66 205.33 -
System Red Green Blue C M Y K H S L
Decimal 190 22 104 0 0.88 0.45 0.25 330.71 0.79 0.42
Hex BE 16 68 0 58 2D 19 14B 4F 2A
Octal 276 26 150 0 130 55 31 513 117 52
Binary 10111110 10110 1101000 0 1011000 101101 11001 101001011 1001111 101010

Color Harmonies of #BE1668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1668

Black with #BE1668

Text Example


Text Example

White with #BE1668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1668; }

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

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

background-color css

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

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

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

border-color css

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

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

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