Html Css Color HEX #BB1866 Jazzberry Jam

📋 copy color: '#BB1866'

red 187 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #BB1866

Tints of Jazzberry Jam #BB1866

RGB

 RED value IS 187 (73.44% from 255) = 59.74%

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 59.74%
G = 7.67%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB1866 (or 0xBB1866) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 66. RGB value is (187,24,102). Sum of RGB (Red+Green+Blue) = 187+24+102=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1866 is #44E799. Grayscale: #515151. Windows color (decimal): -4515738 or 6691003. OLE color: 6691003.

HSL color Cylindrical-coordinate representation of color #BB1866: hue angle of 331.29º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1866 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 102 -
CMYK 0 0.87 0.45 0.27
HSL 331.29º 0.77% 0.41% -
HSV(B) 331.29º 0.87% 0.73% -
XYZ 23.22 12.18 13.7 -
YUV 81.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 187 24 102 0 0.87 0.45 0.27 331.29 0.77 0.41
Hex BB 18 66 0 57 2D 1B 14B 4D 29
Octal 273 30 146 0 127 55 33 513 115 51
Binary 10111011 11000 1100110 0 1010111 101101 11011 101001011 1001101 101001

Color Harmonies of #BB1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1866

Black with #BB1866

Text Example


Text Example

White with #BB1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1866; }

 p { color: rgb(187,24,102); }

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

background-color css

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

 a { background-color: rgb(187,24,102); }

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

border-color css

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

 span { border-color: rgb(187,24,102); }

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