Html Css Color HEX #BB146A Jazzberry Jam

📋 copy color: '#BB146A'

red 187 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #BB146A

Tints of Jazzberry Jam #BB146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 59.74%
G = 6.39%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB146A (or 0xBB146A) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 6A. RGB value is (187,20,106). Sum of RGB (Red+Green+Blue) = 187+20+106=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB146A is #44EB95. Grayscale: #4F4F4F. Windows color (decimal): -4516758 or 6952123. OLE color: 6952123.

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

Color convert

RGB 187 20 106 -
CMYK 0 0.89 0.43 0.27
HSL 329.1º 0.81% 0.41% -
HSV(B) 329.1º 0.89% 0.73% -
XYZ 23.35 12.11 14.74 -
YUV 79.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 187 20 106 0 0.89 0.43 0.27 329.1 0.81 0.41
Hex BB 14 6A 0 59 2B 1B 149 51 29
Octal 273 24 152 0 131 53 33 511 121 51
Binary 10111011 10100 1101010 0 1011001 101011 11011 101001001 1010001 101001

Color Harmonies of #BB146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB146A

Black with #BB146A

Text Example


Text Example

White with #BB146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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