Html Css Color HEX #BE045A Jazzberry Jam

📋 copy color: '#BE045A'

red 190 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #BE045A

Tints of Jazzberry Jam #BE045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 66.9%
G = 1.41%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE045A (or 0xBE045A) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 5A. RGB value is (190,4,90). Sum of RGB (Red+Green+Blue) = 190+4+90=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE045A is #41FBA5. Grayscale: #454545. Windows color (decimal): -4324262 or 5899454. OLE color: 5899454.

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

Color convert

RGB 190 4 90 -
CMYK 0 0.98 0.53 0.25
HSL 332.26º 0.96% 0.38% -
HSV(B) 332.26º 0.98% 0.75% -
XYZ 23.12 11.77 10.73 -
YUV 69.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 190 4 90 0 0.98 0.53 0.25 332.26 0.96 0.38
Hex BE 4 5A 0 62 35 19 14C 60 26
Octal 276 4 132 0 142 65 31 514 140 46
Binary 10111110 100 1011010 0 1100010 110101 11001 101001100 1100000 100110

Color Harmonies of #BE045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE045A

Black with #BE045A

Text Example


Text Example

White with #BE045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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