Html Css Color HEX #BE045C Jazzberry Jam

📋 copy color: '#BE045C'

red 190 ◦ green 4 ◦ blue 92

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

Shades of Jazzberry Jam #BE045C

Tints of Jazzberry Jam #BE045C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 66.43%
G = 1.4%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE045C (or 0xBE045C) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 5C. RGB value is (190,4,92). Sum of RGB (Red+Green+Blue) = 190+4+92=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE045C is #41FBA3. Grayscale: #454545. Windows color (decimal): -4324260 or 6030526. OLE color: 6030526.

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

Color convert

RGB 190 4 92 -
CMYK 0 0.98 0.52 0.25
HSL 331.61º 0.96% 0.38% -
HSV(B) 331.61º 0.98% 0.75% -
XYZ 23.21 11.81 11.18 -
YUV 69.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 190 4 92 0 0.98 0.52 0.25 331.61 0.96 0.38
Hex BE 4 5C 0 62 34 19 14C 60 26
Octal 276 4 134 0 142 64 31 514 140 46
Binary 10111110 100 1011100 0 1100010 110100 11001 101001100 1100000 100110

Color Harmonies of #BE045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE045C

Black with #BE045C

Text Example


Text Example

White with #BE045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE045C; }

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

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

background-color css

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

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

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

border-color css

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

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

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