Html Css Color HEX #BE0454 Jazzberry Jam

📋 copy color: '#BE0454'

red 190 ◦ green 4 ◦ blue 84

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

Shades of Jazzberry Jam #BE0454

Tints of Jazzberry Jam #BE0454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 68.35%
G = 1.44%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE0454 (or 0xBE0454) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 54. RGB value is (190,4,84). Sum of RGB (Red+Green+Blue) = 190+4+84=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0454 is #41FBAB. Grayscale: #444444. Windows color (decimal): -4324268 or 5506238. OLE color: 5506238.

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

Color convert

RGB 190 4 84 -
CMYK 0 0.98 0.56 0.25
HSL 334.19º 0.96% 0.38% -
HSV(B) 334.19º 0.98% 0.75% -
XYZ 22.88 11.67 9.43 -
YUV 68.73 136.62 214.5 -
System Red Green Blue C M Y K H S L
Decimal 190 4 84 0 0.98 0.56 0.25 334.19 0.96 0.38
Hex BE 4 54 0 62 38 19 14E 60 26
Octal 276 4 124 0 142 70 31 516 140 46
Binary 10111110 100 1010100 0 1100010 111000 11001 101001110 1100000 100110

Color Harmonies of #BE0454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0454

Black with #BE0454

Text Example


Text Example

White with #BE0454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0454; }

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

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

background-color css

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

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

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

border-color css

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

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

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