Html Css Color HEX #BB1064 Jazzberry Jam

📋 copy color: '#BB1064'

red 187 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #BB1064

Tints of Jazzberry Jam #BB1064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 61.72%
G = 5.28%
B = 33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB1064 (or 0xBB1064) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 64. RGB value is (187,16,100). Sum of RGB (Red+Green+Blue) = 187+16+100=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1064 is #44EF9B. Grayscale: #4C4C4C. Windows color (decimal): -4517788 or 6557883. OLE color: 6557883.

HSL color Cylindrical-coordinate representation of color #BB1064: hue angle of 330.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1064 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 100 -
CMYK 0 0.91 0.47 0.27
HSL 330.53º 0.84% 0.4% -
HSV(B) 330.53º 0.91% 0.73% -
XYZ 22.98 11.86 13.13 -
YUV 76.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 187 16 100 0 0.91 0.47 0.27 330.53 0.84 0.4
Hex BB 10 64 0 5B 2F 1B 14B 54 28
Octal 273 20 144 0 133 57 33 513 124 50
Binary 10111011 10000 1100100 0 1011011 101111 11011 101001011 1010100 101000

Color Harmonies of #BB1064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1064

Black with #BB1064

Text Example


Text Example

White with #BB1064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1064; }

 p { color: rgb(187,16,100); }

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

background-color css

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

 a { background-color: rgb(187,16,100); }

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

border-color css

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

 span { border-color: rgb(187,16,100); }

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