Html Css Color HEX #BB146C Jazzberry Jam

📋 copy color: '#BB146C'

red 187 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #BB146C

Tints of Jazzberry Jam #BB146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 59.37%
G = 6.35%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB146C (or 0xBB146C) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 6C. RGB value is (187,20,108). Sum of RGB (Red+Green+Blue) = 187+20+108=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB146C is #44EB93. Grayscale: #4F4F4F. Windows color (decimal): -4516756 or 7083195. OLE color: 7083195.

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

Color convert

RGB 187 20 108 -
CMYK 0 0.89 0.42 0.27
HSL 328.38º 0.81% 0.41% -
HSV(B) 328.38º 0.89% 0.73% -
XYZ 23.45 12.15 15.3 -
YUV 79.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 187 20 108 0 0.89 0.42 0.27 328.38 0.81 0.41
Hex BB 14 6C 0 59 2A 1B 148 51 29
Octal 273 24 154 0 131 52 33 510 121 51
Binary 10111011 10100 1101100 0 1011001 101010 11011 101001000 1010001 101001

Color Harmonies of #BB146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB146C

Black with #BB146C

Text Example


Text Example

White with #BB146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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