Html Css Color HEX #BE1467 Jazzberry Jam

📋 copy color: '#BE1467'

red 190 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #BE1467

Tints of Jazzberry Jam #BE1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 60.7%
G = 6.39%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE1467 (or 0xBE1467) is known color: Jazzberry Jam. HEX triplet: BE, 14 and 67. RGB value is (190,20,103). Sum of RGB (Red+Green+Blue) = 190+20+103=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1467 is #41EB98. Grayscale: #505050. Windows color (decimal): -4320153 or 6755518. OLE color: 6755518.

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

Color convert

RGB 190 20 103 -
CMYK 0 0.89 0.46 0.25
HSL 330.71º 0.81% 0.41% -
HSV(B) 330.71º 0.89% 0.75% -
XYZ 23.93 12.43 13.97 -
YUV 80.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 190 20 103 0 0.89 0.46 0.25 330.71 0.81 0.41
Hex BE 14 67 0 59 2E 19 14B 51 29
Octal 276 24 147 0 131 56 31 513 121 51
Binary 10111110 10100 1100111 0 1011001 101110 11001 101001011 1010001 101001

Color Harmonies of #BE1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1467

Black with #BE1467

Text Example


Text Example

White with #BE1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1467; }

 p { color: rgb(190,20,103); }

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

background-color css

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

 a { background-color: rgb(190,20,103); }

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

border-color css

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

 span { border-color: rgb(190,20,103); }

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