Html Css Color HEX #BB1466 Jazzberry Jam

📋 copy color: '#BB1466'

red 187 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #BB1466

Tints of Jazzberry Jam #BB1466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 60.52%
G = 6.47%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB1466 (or 0xBB1466) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 66. RGB value is (187,20,102). Sum of RGB (Red+Green+Blue) = 187+20+102=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1466 is #44EB99. Grayscale: #4F4F4F. Windows color (decimal): -4516762 or 6689979. OLE color: 6689979.

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

Color convert

RGB 187 20 102 -
CMYK 0 0.89 0.45 0.27
HSL 330.54º 0.81% 0.41% -
HSV(B) 330.54º 0.89% 0.73% -
XYZ 23.14 12.02 13.67 -
YUV 79.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 187 20 102 0 0.89 0.45 0.27 330.54 0.81 0.41
Hex BB 14 66 0 59 2D 1B 14B 51 29
Octal 273 24 146 0 131 55 33 513 121 51
Binary 10111011 10100 1100110 0 1011001 101101 11011 101001011 1010001 101001

Color Harmonies of #BB1466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1466

Black with #BB1466

Text Example


Text Example

White with #BB1466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1466; }

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

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

background-color css

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

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

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

border-color css

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

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

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