Html Css Color HEX #BE044D Jazzberry Jam

📋 copy color: '#BE044D'

red 190 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #BE044D

Tints of Jazzberry Jam #BE044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 70.11%
G = 1.48%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE044D (or 0xBE044D) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 4D. RGB value is (190,4,77). Sum of RGB (Red+Green+Blue) = 190+4+77=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE044D is #41FBB2. Grayscale: #434343. Windows color (decimal): -4324275 or 5047486. OLE color: 5047486.

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

Color convert

RGB 190 4 77 -
CMYK 0 0.98 0.59 0.25
HSL 336.45º 0.96% 0.38% -
HSV(B) 336.45º 0.98% 0.75% -
XYZ 22.62 11.57 8.06 -
YUV 67.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 190 4 77 0 0.98 0.59 0.25 336.45 0.96 0.38
Hex BE 4 4D 0 62 3B 19 150 60 26
Octal 276 4 115 0 142 73 31 520 140 46
Binary 10111110 100 1001101 0 1100010 111011 11001 101010000 1100000 100110

Color Harmonies of #BE044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE044D

Black with #BE044D

Text Example


Text Example

White with #BE044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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