Html Css Color HEX #BE056D Jazzberry Jam

📋 copy color: '#BE056D'

red 190 ◦ green 5 ◦ blue 109

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

Shades of Jazzberry Jam #BE056D

Tints of Jazzberry Jam #BE056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 62.5%
G = 1.64%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE056D (or 0xBE056D) is known color: Jazzberry Jam. HEX triplet: BE, 05 and 6D. RGB value is (190,5,109). Sum of RGB (Red+Green+Blue) = 190+5+109=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE056D is #41FA92. Grayscale: #474747. Windows color (decimal): -4323987 or 7144894. OLE color: 7144894.

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

Color convert

RGB 190 5 109 -
CMYK 0 0.97 0.43 0.25
HSL 326.27º 0.95% 0.38% -
HSV(B) 326.27º 0.97% 0.75% -
XYZ 24.05 12.16 15.55 -
YUV 72.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 190 5 109 0 0.97 0.43 0.25 326.27 0.95 0.38
Hex BE 5 6D 0 61 2B 19 146 5F 26
Octal 276 5 155 0 141 53 31 506 137 46
Binary 10111110 101 1101101 0 1100001 101011 11001 101000110 1011111 100110

Color Harmonies of #BE056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE056D

Black with #BE056D

Text Example


Text Example

White with #BE056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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