Html Css Color HEX #BE056A Jazzberry Jam

📋 copy color: '#BE056A'

red 190 ◦ green 5 ◦ blue 106

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

Shades of Jazzberry Jam #BE056A

Tints of Jazzberry Jam #BE056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 63.12%
G = 1.66%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE056A (or 0xBE056A) is known color: Jazzberry Jam. HEX triplet: BE, 05 and 6A. RGB value is (190,5,106). Sum of RGB (Red+Green+Blue) = 190+5+106=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE056A is #41FA95. Grayscale: #474747. Windows color (decimal): -4323990 or 6948286. OLE color: 6948286.

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

Color convert

RGB 190 5 106 -
CMYK 0 0.97 0.44 0.25
HSL 327.24º 0.95% 0.38% -
HSV(B) 327.24º 0.97% 0.75% -
XYZ 23.89 12.1 14.71 -
YUV 71.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 190 5 106 0 0.97 0.44 0.25 327.24 0.95 0.38
Hex BE 5 6A 0 61 2C 19 147 5F 26
Octal 276 5 152 0 141 54 31 507 137 46
Binary 10111110 101 1101010 0 1100001 101100 11001 101000111 1011111 100110

Color Harmonies of #BE056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE056A

Black with #BE056A

Text Example


Text Example

White with #BE056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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