Html Css Color HEX #BE1A5D Jazzberry Jam

📋 copy color: '#BE1A5D'

red 190 ◦ green 26 ◦ blue 93

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

Shades of Jazzberry Jam #BE1A5D

Tints of Jazzberry Jam #BE1A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 61.49%
G = 8.41%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE1A5D (or 0xBE1A5D) is known color: Jazzberry Jam. HEX triplet: BE, 1A and 5D. RGB value is (190,26,93). Sum of RGB (Red+Green+Blue) = 190+26+93=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A5D is #41E5A2. Grayscale: #525252. Windows color (decimal): -4318627 or 6101694. OLE color: 6101694.

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

Color convert

RGB 190 26 93 -
CMYK 0 0.86 0.51 0.25
HSL 335.49º 0.76% 0.42% -
HSV(B) 335.49º 0.86% 0.75% -
XYZ 23.58 12.48 11.52 -
YUV 82.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 190 26 93 0 0.86 0.51 0.25 335.49 0.76 0.42
Hex BE 1A 5D 0 56 33 19 14F 4C 2A
Octal 276 32 135 0 126 63 31 517 114 52
Binary 10111110 11010 1011101 0 1010110 110011 11001 101001111 1001100 101010

Color Harmonies of #BE1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A5D

Black with #BE1A5D

Text Example


Text Example

White with #BE1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A5D; }

 p { color: rgb(190,26,93); }

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

background-color css

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

 a { background-color: rgb(190,26,93); }

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

border-color css

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

 span { border-color: rgb(190,26,93); }

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