Html Css Color HEX #BE054D Jazzberry Jam

📋 copy color: '#BE054D'

red 190 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #BE054D

Tints of Jazzberry Jam #BE054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 69.85%
G = 1.84%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE054D (or 0xBE054D) is known color: Jazzberry Jam. HEX triplet: BE, 05 and 4D. RGB value is (190,5,77). Sum of RGB (Red+Green+Blue) = 190+5+77=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE054D is #41FAB2. Grayscale: #444444. Windows color (decimal): -4324019 or 5047742. OLE color: 5047742.

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

Color convert

RGB 190 5 77 -
CMYK 0 0.97 0.59 0.25
HSL 336.65º 0.95% 0.38% -
HSV(B) 336.65º 0.97% 0.75% -
XYZ 22.63 11.59 8.07 -
YUV 68.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 190 5 77 0 0.97 0.59 0.25 336.65 0.95 0.38
Hex BE 5 4D 0 61 3B 19 151 5F 26
Octal 276 5 115 0 141 73 31 521 137 46
Binary 10111110 101 1001101 0 1100001 111011 11001 101010001 1011111 100110

Color Harmonies of #BE054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE054D

Black with #BE054D

Text Example


Text Example

White with #BE054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE054D; }

 p { color: rgb(190,5,77); }

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

background-color css

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

 a { background-color: rgb(190,5,77); }

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

border-color css

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

 span { border-color: rgb(190,5,77); }

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