Html Css Color HEX #BB1763 Jazzberry Jam

📋 copy color: '#BB1763'

red 187 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #BB1763

Tints of Jazzberry Jam #BB1763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 60.52%
G = 7.44%
B = 32.04%

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

#BB1763 (or 0xBB1763) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 63. RGB value is (187,23,99). Sum of RGB (Red+Green+Blue) = 187+23+99=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1763 is #44E89C. Grayscale: #505050. Windows color (decimal): -4515997 or 6494139. OLE color: 6494139.

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

Color convert

RGB 187 23 99 -
CMYK 0 0.88 0.47 0.27
HSL 332.2º 0.78% 0.41% -
HSV(B) 332.2º 0.88% 0.73% -
XYZ 23.05 12.08 12.92 -
YUV 80.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 187 23 99 0 0.88 0.47 0.27 332.2 0.78 0.41
Hex BB 17 63 0 58 2F 1B 14C 4E 29
Octal 273 27 143 0 130 57 33 514 116 51
Binary 10111011 10111 1100011 0 1011000 101111 11011 101001100 1001110 101001

Color Harmonies of #BB1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1763

Black with #BB1763

Text Example


Text Example

White with #BB1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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