Html Css Color HEX #BE1054 Jazzberry Jam

📋 copy color: '#BE1054'

red 190 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #BE1054

Tints of Jazzberry Jam #BE1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

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

R = 65.52%
G = 5.52%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE1054 (or 0xBE1054) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 54. RGB value is (190,16,84). Sum of RGB (Red+Green+Blue) = 190+16+84=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1054 is #41EFAB. Grayscale: #4B4B4B. Windows color (decimal): -4321196 or 5509310. OLE color: 5509310.

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

Color convert

RGB 190 16 84 -
CMYK 0 0.92 0.56 0.25
HSL 336.55º 0.84% 0.4% -
HSV(B) 336.55º 0.92% 0.75% -
XYZ 23.02 11.96 9.48 -
YUV 75.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 190 16 84 0 0.92 0.56 0.25 336.55 0.84 0.4
Hex BE 10 54 0 5C 38 19 151 54 28
Octal 276 20 124 0 134 70 31 521 124 50
Binary 10111110 10000 1010100 0 1011100 111000 11001 101010001 1010100 101000

Color Harmonies of #BE1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1054

Black with #BE1054

Text Example


Text Example

White with #BE1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1054; }

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

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

background-color css

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

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

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

border-color css

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

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

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