Html Css Color HEX #BE015C Jazzberry Jam

📋 copy color: '#BE015C'

red 190 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #BE015C

Tints of Jazzberry Jam #BE015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 67.14%
G = 0.35%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE015C (or 0xBE015C) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 5C. RGB value is (190,1,92). Sum of RGB (Red+Green+Blue) = 190+1+92=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE015C is #41FEA3. Grayscale: #434343. Windows color (decimal): -4325028 or 6029758. OLE color: 6029758.

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

Color convert

RGB 190 1 92 -
CMYK 0 0.99 0.52 0.25
HSL 331.11º 0.99% 0.37% -
HSV(B) 331.11º 0.99% 0.75% -
XYZ 23.18 11.74 11.17 -
YUV 67.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 190 1 92 0 0.99 0.52 0.25 331.11 0.99 0.37
Hex BE 1 5C 0 63 34 19 14B 63 25
Octal 276 1 134 0 143 64 31 513 143 45
Binary 10111110 1 1011100 0 1100011 110100 11001 101001011 1100011 100101

Color Harmonies of #BE015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE015C

Black with #BE015C

Text Example


Text Example

White with #BE015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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