Html Css Color HEX #BB0056 Jazzberry Jam

📋 copy color: '#BB0056'

red 187 ◦ green 0 ◦ blue 86

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

Shades of Jazzberry Jam #BB0056

Tints of Jazzberry Jam #BB0056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 68.5%
G = 0%
B = 31.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB0056 (or 0xBB0056) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 56. RGB value is (187,0,86). Sum of RGB (Red+Green+Blue) = 187+0+86=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0056 is #44FFA9. Grayscale: #414141. Windows color (decimal): -4521898 or 5636283. OLE color: 5636283.

HSL color Cylindrical-coordinate representation of color #BB0056: hue angle of 332.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0056 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 86 -
CMYK 0 1 0.54 0.27
HSL 332.41º 1% 0.37% -
HSV(B) 332.41º 1% 0.73% -
XYZ 22.17 11.24 9.8 -
YUV 65.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 187 0 86 0 1 0.54 0.27 332.41 1 0.37
Hex BB 0 56 0 64 36 1B 14C 64 25
Octal 273 0 126 0 144 66 33 514 144 45
Binary 10111011 0 1010110 0 1100100 110110 11011 101001100 1100100 100101

Color Harmonies of #BB0056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0056

Black with #BB0056

Text Example


Text Example

White with #BB0056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0056; }

 p { color: rgb(187,0,86); }

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

background-color css

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

 a { background-color: rgb(187,0,86); }

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

border-color css

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

 span { border-color: rgb(187,0,86); }

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