Html Css Color HEX #BE026D Jazzberry Jam

📋 copy color: '#BE026D'

red 190 ◦ green 2 ◦ blue 109

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

Shades of Jazzberry Jam #BE026D

Tints of Jazzberry Jam #BE026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 63.12%
G = 0.66%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE026D (or 0xBE026D) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 6D. RGB value is (190,2,109). Sum of RGB (Red+Green+Blue) = 190+2+109=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE026D is #41FD92. Grayscale: #464646. Windows color (decimal): -4324755 or 7144126. OLE color: 7144126.

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

Color convert

RGB 190 2 109 -
CMYK 0 0.99 0.43 0.25
HSL 325.85º 0.98% 0.38% -
HSV(B) 325.85º 0.99% 0.75% -
XYZ 24.02 12.09 15.54 -
YUV 70.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 190 2 109 0 0.99 0.43 0.25 325.85 0.98 0.38
Hex BE 2 6D 0 63 2B 19 146 62 26
Octal 276 2 155 0 143 53 31 506 142 46
Binary 10111110 10 1101101 0 1100011 101011 11001 101000110 1100010 100110

Color Harmonies of #BE026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE026D

Black with #BE026D

Text Example


Text Example

White with #BE026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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