Html Css Color HEX #BB1163 Jazzberry Jam

📋 copy color: '#BB1163'

red 187 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #BB1163

Tints of Jazzberry Jam #BB1163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

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

R = 61.72%
G = 5.61%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB1163 (or 0xBB1163) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 63. RGB value is (187,17,99). Sum of RGB (Red+Green+Blue) = 187+17+99=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1163 is #44EE9C. Grayscale: #4D4D4D. Windows color (decimal): -4517533 or 6492603. OLE color: 6492603.

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

Color convert

RGB 187 17 99 -
CMYK 0 0.91 0.47 0.27
HSL 331.06º 0.83% 0.4% -
HSV(B) 331.06º 0.91% 0.73% -
XYZ 22.95 11.87 12.89 -
YUV 77.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 187 17 99 0 0.91 0.47 0.27 331.06 0.83 0.4
Hex BB 11 63 0 5B 2F 1B 14B 53 28
Octal 273 21 143 0 133 57 33 513 123 50
Binary 10111011 10001 1100011 0 1011011 101111 11011 101001011 1010011 101000

Color Harmonies of #BB1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1163

Black with #BB1163

Text Example


Text Example

White with #BB1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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