Html Css Color HEX #BE045E Jazzberry Jam

📋 copy color: '#BE045E'

red 190 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #BE045E

Tints of Jazzberry Jam #BE045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 65.97%
G = 1.39%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE045E (or 0xBE045E) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 5E. RGB value is (190,4,94). Sum of RGB (Red+Green+Blue) = 190+4+94=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE045E is #41FBA1. Grayscale: #454545. Windows color (decimal): -4324258 or 6161598. OLE color: 6161598.

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

Color convert

RGB 190 4 94 -
CMYK 0 0.98 0.51 0.25
HSL 330.97º 0.96% 0.38% -
HSV(B) 330.97º 0.98% 0.75% -
XYZ 23.3 11.84 11.65 -
YUV 69.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 190 4 94 0 0.98 0.51 0.25 330.97 0.96 0.38
Hex BE 4 5E 0 62 33 19 14B 60 26
Octal 276 4 136 0 142 63 31 513 140 46
Binary 10111110 100 1011110 0 1100010 110011 11001 101001011 1100000 100110

Color Harmonies of #BE045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE045E

Black with #BE045E

Text Example


Text Example

White with #BE045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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