Html Css Color HEX #BE0858 Jazzberry Jam

📋 copy color: '#BE0858'

red 190 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #BE0858

Tints of Jazzberry Jam #BE0858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 66.43%
G = 2.8%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE0858 (or 0xBE0858) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 58. RGB value is (190,8,88). Sum of RGB (Red+Green+Blue) = 190+8+88=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0858 is #41F7A7. Grayscale: #474747. Windows color (decimal): -4323240 or 5769406. OLE color: 5769406.

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

Color convert

RGB 190 8 88 -
CMYK 0 0.96 0.54 0.25
HSL 333.63º 0.92% 0.39% -
HSV(B) 333.63º 0.96% 0.75% -
XYZ 23.08 11.83 10.3 -
YUV 71.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 190 8 88 0 0.96 0.54 0.25 333.63 0.92 0.39
Hex BE 8 58 0 60 36 19 14E 5C 27
Octal 276 10 130 0 140 66 31 516 134 47
Binary 10111110 1000 1011000 0 1100000 110110 11001 101001110 1011100 100111

Color Harmonies of #BE0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0858

Black with #BE0858

Text Example


Text Example

White with #BE0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0858; }

 p { color: rgb(190,8,88); }

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

background-color css

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

 a { background-color: rgb(190,8,88); }

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

border-color css

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

 span { border-color: rgb(190,8,88); }

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