Html Css Color HEX #BB1268 Jazzberry Jam

📋 copy color: '#BB1268'

red 187 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #BB1268

Tints of Jazzberry Jam #BB1268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 60.52%
G = 5.83%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1268 (or 0xBB1268) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 68. RGB value is (187,18,104). Sum of RGB (Red+Green+Blue) = 187+18+104=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1268 is #44ED97. Grayscale: #4E4E4E. Windows color (decimal): -4517272 or 6820539. OLE color: 6820539.

HSL color Cylindrical-coordinate representation of color #BB1268: hue angle of 329.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1268 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 104 -
CMYK 0 0.90 0.44 0.27
HSL 329.47º 0.82% 0.4% -
HSV(B) 329.47º 0.9% 0.73% -
XYZ 23.21 12 14.19 -
YUV 78.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 187 18 104 0 0.90 0.44 0.27 329.47 0.82 0.4
Hex BB 12 68 0 5A 2C 1B 149 52 28
Octal 273 22 150 0 132 54 33 511 122 50
Binary 10111011 10010 1101000 0 1011010 101100 11011 101001001 1010010 101000

Color Harmonies of #BB1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1268

Black with #BB1268

Text Example


Text Example

White with #BB1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1268; }

 p { color: rgb(187,18,104); }

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

background-color css

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

 a { background-color: rgb(187,18,104); }

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

border-color css

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

 span { border-color: rgb(187,18,104); }

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