Html Css Color HEX #BB0156 Jazzberry Jam

📋 copy color: '#BB0156'

red 187 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #BB0156

Tints of Jazzberry Jam #BB0156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 68.25%
G = 0.36%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB0156 (or 0xBB0156) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 56. RGB value is (187,1,86). Sum of RGB (Red+Green+Blue) = 187+1+86=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0156 is #44FEA9. Grayscale: #424242. Windows color (decimal): -4521642 or 5636539. OLE color: 5636539.

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

Color convert

RGB 187 1 86 -
CMYK 0 0.99 0.54 0.27
HSL 332.58º 0.99% 0.37% -
HSV(B) 332.58º 0.99% 0.73% -
XYZ 22.18 11.26 9.81 -
YUV 66.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 187 1 86 0 0.99 0.54 0.27 332.58 0.99 0.37
Hex BB 1 56 0 63 36 1B 14D 63 25
Octal 273 1 126 0 143 66 33 515 143 45
Binary 10111011 1 1010110 0 1100011 110110 11011 101001101 1100011 100101

Color Harmonies of #BB0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0156

Black with #BB0156

Text Example


Text Example

White with #BB0156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0156; }

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

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

background-color css

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

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

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

border-color css

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

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

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