Html Css Color HEX #BB185B Jazzberry Jam

📋 copy color: '#BB185B'

red 187 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #BB185B

Tints of Jazzberry Jam #BB185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 61.92%
G = 7.95%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB185B (or 0xBB185B) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 5B. RGB value is (187,24,91). Sum of RGB (Red+Green+Blue) = 187+24+91=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB185B is #44E7A4. Grayscale: #505050. Windows color (decimal): -4515749 or 5970107. OLE color: 5970107.

HSL color Cylindrical-coordinate representation of color #BB185B: hue angle of 335.34º 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 #BB185B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 91 -
CMYK 0 0.87 0.51 0.27
HSL 335.34º 0.77% 0.41% -
HSV(B) 335.34º 0.87% 0.73% -
XYZ 22.71 11.97 11.01 -
YUV 80.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 187 24 91 0 0.87 0.51 0.27 335.34 0.77 0.41
Hex BB 18 5B 0 57 33 1B 14F 4D 29
Octal 273 30 133 0 127 63 33 517 115 51
Binary 10111011 11000 1011011 0 1010111 110011 11011 101001111 1001101 101001

Color Harmonies of #BB185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB185B

Black with #BB185B

Text Example


Text Example

White with #BB185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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