Html Css Color HEX #BB166C Jazzberry Jam

📋 copy color: '#BB166C'

red 187 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #BB166C

Tints of Jazzberry Jam #BB166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

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

R = 58.99%
G = 6.94%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB166C (or 0xBB166C) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 6C. RGB value is (187,22,108). Sum of RGB (Red+Green+Blue) = 187+22+108=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB166C is #44E993. Grayscale: #505050. Windows color (decimal): -4516244 or 7083707. OLE color: 7083707.

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

Color convert

RGB 187 22 108 -
CMYK 0 0.88 0.42 0.27
HSL 328.73º 0.79% 0.41% -
HSV(B) 328.73º 0.88% 0.73% -
XYZ 23.49 12.22 15.31 -
YUV 81.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 187 22 108 0 0.88 0.42 0.27 328.73 0.79 0.41
Hex BB 16 6C 0 58 2A 1B 149 4F 29
Octal 273 26 154 0 130 52 33 511 117 51
Binary 10111011 10110 1101100 0 1011000 101010 11011 101001001 1001111 101001

Color Harmonies of #BB166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB166C

Black with #BB166C

Text Example


Text Example

White with #BB166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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