Html Css Color HEX #BE024F Jazzberry Jam

📋 copy color: '#BE024F'

red 190 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #BE024F

Tints of Jazzberry Jam #BE024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 70.11%
G = 0.74%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE024F (or 0xBE024F) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 4F. RGB value is (190,2,79). Sum of RGB (Red+Green+Blue) = 190+2+79=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE024F is #41FDB0. Grayscale: #424242. Windows color (decimal): -4324785 or 5178046. OLE color: 5178046.

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

Color convert

RGB 190 2 79 -
CMYK 0 0.99 0.58 0.25
HSL 335.43º 0.98% 0.38% -
HSV(B) 335.43º 0.99% 0.75% -
XYZ 22.67 11.56 8.43 -
YUV 66.99 134.78 215.74 -
System Red Green Blue C M Y K H S L
Decimal 190 2 79 0 0.99 0.58 0.25 335.43 0.98 0.38
Hex BE 2 4F 0 63 3A 19 14F 62 26
Octal 276 2 117 0 143 72 31 517 142 46
Binary 10111110 10 1001111 0 1100011 111010 11001 101001111 1100010 100110

Color Harmonies of #BE024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE024F

Black with #BE024F

Text Example


Text Example

White with #BE024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE024F; }

 p { color: rgb(190,2,79); }

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

background-color css

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

 a { background-color: rgb(190,2,79); }

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

border-color css

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

 span { border-color: rgb(190,2,79); }

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