Html Css Color HEX #BB1663 Jazzberry Jam

📋 copy color: '#BB1663'

red 187 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #BB1663

Tints of Jazzberry Jam #BB1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 60.71%
G = 7.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB1663 (or 0xBB1663) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 63. RGB value is (187,22,99). Sum of RGB (Red+Green+Blue) = 187+22+99=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1663 is #44E99C. Grayscale: #4F4F4F. Windows color (decimal): -4516253 or 6493883. OLE color: 6493883.

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

Color convert

RGB 187 22 99 -
CMYK 0 0.88 0.47 0.27
HSL 332º 0.79% 0.41% -
HSV(B) 332º 0.88% 0.73% -
XYZ 23.03 12.04 12.91 -
YUV 80.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 187 22 99 0 0.88 0.47 0.27 332 0.79 0.41
Hex BB 16 63 0 58 2F 1B 14C 4F 29
Octal 273 26 143 0 130 57 33 514 117 51
Binary 10111011 10110 1100011 0 1011000 101111 11011 101001100 1001111 101001

Color Harmonies of #BB1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1663

Black with #BB1663

Text Example


Text Example

White with #BB1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1663; }

 p { color: rgb(187,22,99); }

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

background-color css

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

 a { background-color: rgb(187,22,99); }

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

border-color css

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

 span { border-color: rgb(187,22,99); }

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