Html Css Color HEX #BE026A Jazzberry Jam

📋 copy color: '#BE026A'

red 190 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #BE026A

Tints of Jazzberry Jam #BE026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 63.76%
G = 0.67%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE026A (or 0xBE026A) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 6A. RGB value is (190,2,106). Sum of RGB (Red+Green+Blue) = 190+2+106=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE026A is #41FD95. Grayscale: #454545. Windows color (decimal): -4324758 or 6947518. OLE color: 6947518.

HSL color Cylindrical-coordinate representation of color #BE026A: hue angle of 326.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE026A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 106 -
CMYK 0 0.99 0.44 0.25
HSL 326.81º 0.98% 0.38% -
HSV(B) 326.81º 0.99% 0.75% -
XYZ 23.86 12.03 14.7 -
YUV 70.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 190 2 106 0 0.99 0.44 0.25 326.81 0.98 0.38
Hex BE 2 6A 0 63 2C 19 147 62 26
Octal 276 2 152 0 143 54 31 507 142 46
Binary 10111110 10 1101010 0 1100011 101100 11001 101000111 1100010 100110

Color Harmonies of #BE026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE026A

Black with #BE026A

Text Example


Text Example

White with #BE026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE026A; }

 p { color: rgb(190,2,106); }

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

background-color css

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

 a { background-color: rgb(190,2,106); }

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

border-color css

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

 span { border-color: rgb(190,2,106); }

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