Html Css Color HEX #BE0666 Jazzberry Jam

📋 copy color: '#BE0666'

red 190 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #BE0666

Tints of Jazzberry Jam #BE0666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 63.76%
G = 2.01%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE0666 (or 0xBE0666) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 66. RGB value is (190,6,102). Sum of RGB (Red+Green+Blue) = 190+6+102=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0666 is #41F999. Grayscale: #474747. Windows color (decimal): -4323738 or 6686398. OLE color: 6686398.

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

Color convert

RGB 190 6 102 -
CMYK 0 0.97 0.46 0.25
HSL 328.7º 0.94% 0.38% -
HSV(B) 328.7º 0.97% 0.75% -
XYZ 23.7 12.04 13.64 -
YUV 71.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 190 6 102 0 0.97 0.46 0.25 328.7 0.94 0.38
Hex BE 6 66 0 61 2E 19 149 5E 26
Octal 276 6 146 0 141 56 31 511 136 46
Binary 10111110 110 1100110 0 1100001 101110 11001 101001001 1011110 100110

Color Harmonies of #BE0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0666

Black with #BE0666

Text Example


Text Example

White with #BE0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0666; }

 p { color: rgb(190,6,102); }

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

background-color css

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

 a { background-color: rgb(190,6,102); }

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

border-color css

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

 span { border-color: rgb(190,6,102); }

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