Html Css Color HEX #BE0054 Jazzberry Jam

📋 copy color: '#BE0054'

red 190 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #BE0054

Tints of Jazzberry Jam #BE0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.34%
G = 0%
B = 30.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE0054 (or 0xBE0054) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 54. RGB value is (190,0,84). Sum of RGB (Red+Green+Blue) = 190+0+84=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0054 is #41FFAB. Grayscale: #424242. Windows color (decimal): -4325292 or 5505214. OLE color: 5505214.

HSL color Cylindrical-coordinate representation of color #BE0054: hue angle of 333.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0054 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 84 -
CMYK 0 1 0.56 0.25
HSL 333.47º 1% 0.37% -
HSV(B) 333.47º 1% 0.75% -
XYZ 22.84 11.59 9.42 -
YUV 66.39 137.95 216.17 -
System Red Green Blue C M Y K H S L
Decimal 190 0 84 0 1 0.56 0.25 333.47 1 0.37
Hex BE 0 54 0 64 38 19 14D 64 25
Octal 276 0 124 0 144 70 31 515 144 45
Binary 10111110 0 1010100 0 1100100 111000 11001 101001101 1100100 100101

Color Harmonies of #BE0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0054

Black with #BE0054

Text Example


Text Example

White with #BE0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0054; }

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

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

background-color css

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

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

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

border-color css

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

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

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