Html Css Color HEX #BE044C Jazzberry Jam

📋 copy color: '#BE044C'

red 190 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #BE044C

Tints of Jazzberry Jam #BE044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 70.37%
G = 1.48%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE044C (or 0xBE044C) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 4C. RGB value is (190,4,76). Sum of RGB (Red+Green+Blue) = 190+4+76=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE044C is #41FBB3. Grayscale: #434343. Windows color (decimal): -4324276 or 4981950. OLE color: 4981950.

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

Color convert

RGB 190 4 76 -
CMYK 0 0.98 0.60 0.25
HSL 336.77º 0.96% 0.38% -
HSV(B) 336.77º 0.98% 0.75% -
XYZ 22.58 11.56 7.88 -
YUV 67.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 190 4 76 0 0.98 0.60 0.25 336.77 0.96 0.38
Hex BE 4 4C 0 62 3C 19 151 60 26
Octal 276 4 114 0 142 74 31 521 140 46
Binary 10111110 100 1001100 0 1100010 111100 11001 101010001 1100000 100110

Color Harmonies of #BE044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE044C

Black with #BE044C

Text Example


Text Example

White with #BE044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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