Html Css Color HEX #BB1063 Jazzberry Jam

📋 copy color: '#BB1063'

red 187 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #BB1063

Tints of Jazzberry Jam #BB1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

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

R = 61.92%
G = 5.3%
B = 32.78%

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

#BB1063 (or 0xBB1063) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 63. RGB value is (187,16,99). Sum of RGB (Red+Green+Blue) = 187+16+99=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1063 is #44EF9C. Grayscale: #4C4C4C. Windows color (decimal): -4517789 or 6492347. OLE color: 6492347.

HSL color Cylindrical-coordinate representation of color #BB1063: hue angle of 330.88º degrees, saturation: 0.84, 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 #BB1063 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 99 -
CMYK 0 0.91 0.47 0.27
HSL 330.88º 0.84% 0.4% -
HSV(B) 330.88º 0.91% 0.73% -
XYZ 22.93 11.84 12.88 -
YUV 76.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 187 16 99 0 0.91 0.47 0.27 330.88 0.84 0.4
Hex BB 10 63 0 5B 2F 1B 14B 54 28
Octal 273 20 143 0 133 57 33 513 124 50
Binary 10111011 10000 1100011 0 1011011 101111 11011 101001011 1010100 101000

Color Harmonies of #BB1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1063

Black with #BB1063

Text Example


Text Example

White with #BB1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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