Html Css Color HEX #BB186C Jazzberry Jam

📋 copy color: '#BB186C'

red 187 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #BB186C

Tints of Jazzberry Jam #BB186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 58.62%
G = 7.52%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB186C (or 0xBB186C) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 6C. RGB value is (187,24,108). Sum of RGB (Red+Green+Blue) = 187+24+108=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB186C is #44E793. Grayscale: #525252. Windows color (decimal): -4515732 or 7084219. OLE color: 7084219.

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

Color convert

RGB 187 24 108 -
CMYK 0 0.87 0.42 0.27
HSL 329.08º 0.77% 0.41% -
HSV(B) 329.08º 0.87% 0.73% -
XYZ 23.53 12.3 15.32 -
YUV 82.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 187 24 108 0 0.87 0.42 0.27 329.08 0.77 0.41
Hex BB 18 6C 0 57 2A 1B 149 4D 29
Octal 273 30 154 0 127 52 33 511 115 51
Binary 10111011 11000 1101100 0 1010111 101010 11011 101001001 1001101 101001

Color Harmonies of #BB186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB186C

Black with #BB186C

Text Example


Text Example

White with #BB186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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