Html Css Color HEX #BE0866 Jazzberry Jam

📋 copy color: '#BE0866'

red 190 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #BE0866

Tints of Jazzberry Jam #BE0866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 63.33%
G = 2.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE0866 (or 0xBE0866) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 66. RGB value is (190,8,102). Sum of RGB (Red+Green+Blue) = 190+8+102=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0866 is #41F799. Grayscale: #484848. Windows color (decimal): -4323226 or 6686910. OLE color: 6686910.

HSL color Cylindrical-coordinate representation of color #BE0866: hue angle of 329.01º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0866 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 8 102 -
CMYK 0 0.96 0.46 0.25
HSL 329.01º 0.92% 0.39% -
HSV(B) 329.01º 0.96% 0.75% -
XYZ 23.72 12.08 13.65 -
YUV 73.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 190 8 102 0 0.96 0.46 0.25 329.01 0.92 0.39
Hex BE 8 66 0 60 2E 19 149 5C 27
Octal 276 10 146 0 140 56 31 511 134 47
Binary 10111110 1000 1100110 0 1100000 101110 11001 101001001 1011100 100111

Color Harmonies of #BE0866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0866

Black with #BE0866

Text Example


Text Example

White with #BE0866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0866; }

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

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

background-color css

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

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

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

border-color css

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

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

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