Html Css Color HEX #BE025E Jazzberry Jam

📋 copy color: '#BE025E'

red 190 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #BE025E

Tints of Jazzberry Jam #BE025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 66.43%
G = 0.7%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE025E (or 0xBE025E) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 5E. RGB value is (190,2,94). Sum of RGB (Red+Green+Blue) = 190+2+94=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE025E is #41FDA1. Grayscale: #444444. Windows color (decimal): -4324770 or 6161086. OLE color: 6161086.

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

Color convert

RGB 190 2 94 -
CMYK 0 0.99 0.51 0.25
HSL 330.64º 0.98% 0.38% -
HSV(B) 330.64º 0.99% 0.75% -
XYZ 23.28 11.8 11.64 -
YUV 68.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 190 2 94 0 0.99 0.51 0.25 330.64 0.98 0.38
Hex BE 2 5E 0 63 33 19 14B 62 26
Octal 276 2 136 0 143 63 31 513 142 46
Binary 10111110 10 1011110 0 1100011 110011 11001 101001011 1100010 100110

Color Harmonies of #BE025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE025E

Black with #BE025E

Text Example


Text Example

White with #BE025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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