Html Css Color HEX #BE024D Jazzberry Jam

📋 copy color: '#BE024D'

red 190 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #BE024D

Tints of Jazzberry Jam #BE024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 70.63%
G = 0.74%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE024D (or 0xBE024D) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 4D. RGB value is (190,2,77). Sum of RGB (Red+Green+Blue) = 190+2+77=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE024D is #41FDB2. Grayscale: #424242. Windows color (decimal): -4324787 or 5046974. OLE color: 5046974.

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

Color convert

RGB 190 2 77 -
CMYK 0 0.99 0.59 0.25
HSL 336.06º 0.98% 0.38% -
HSV(B) 336.06º 0.99% 0.75% -
XYZ 22.6 11.53 8.06 -
YUV 66.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 190 2 77 0 0.99 0.59 0.25 336.06 0.98 0.38
Hex BE 2 4D 0 63 3B 19 150 62 26
Octal 276 2 115 0 143 73 31 520 142 46
Binary 10111110 10 1001101 0 1100011 111011 11001 101010000 1100010 100110

Color Harmonies of #BE024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE024D

Black with #BE024D

Text Example


Text Example

White with #BE024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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