Html Css Color HEX #BB1861 Jazzberry Jam

📋 copy color: '#BB1861'

red 187 ◦ green 24 ◦ blue 97

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

Shades of Jazzberry Jam #BB1861

Tints of Jazzberry Jam #BB1861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 60.71%
G = 7.79%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB1861 (or 0xBB1861) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 61. RGB value is (187,24,97). Sum of RGB (Red+Green+Blue) = 187+24+97=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1861 is #44E79E. Grayscale: #505050. Windows color (decimal): -4515743 or 6363323. OLE color: 6363323.

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

Color convert

RGB 187 24 97 -
CMYK 0 0.87 0.48 0.27
HSL 333.13º 0.77% 0.41% -
HSV(B) 333.13º 0.87% 0.73% -
XYZ 22.98 12.08 12.43 -
YUV 81.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 187 24 97 0 0.87 0.48 0.27 333.13 0.77 0.41
Hex BB 18 61 0 57 30 1B 14D 4D 29
Octal 273 30 141 0 127 60 33 515 115 51
Binary 10111011 11000 1100001 0 1010111 110000 11011 101001101 1001101 101001

Color Harmonies of #BB1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1861

Black with #BB1861

Text Example


Text Example

White with #BB1861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1861; }

 p { color: rgb(187,24,97); }

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

background-color css

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

 a { background-color: rgb(187,24,97); }

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

border-color css

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

 span { border-color: rgb(187,24,97); }

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