Html Css Color HEX #BE015D Jazzberry Jam

📋 copy color: '#BE015D'

red 190 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #BE015D

Tints of Jazzberry Jam #BE015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 66.9%
G = 0.35%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE015D (or 0xBE015D) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 5D. RGB value is (190,1,93). Sum of RGB (Red+Green+Blue) = 190+1+93=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE015D is #41FEA2. Grayscale: #434343. Windows color (decimal): -4325027 or 6095294. OLE color: 6095294.

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

Color convert

RGB 190 1 93 -
CMYK 0 0.99 0.51 0.25
HSL 330.79º 0.99% 0.37% -
HSV(B) 330.79º 0.99% 0.75% -
XYZ 23.22 11.76 11.4 -
YUV 68 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 190 1 93 0 0.99 0.51 0.25 330.79 0.99 0.37
Hex BE 1 5D 0 63 33 19 14B 63 25
Octal 276 1 135 0 143 63 31 513 143 45
Binary 10111110 1 1011101 0 1100011 110011 11001 101001011 1100011 100101

Color Harmonies of #BE015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE015D

Black with #BE015D

Text Example


Text Example

White with #BE015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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