Html Css Color HEX #BB0046 Jazzberry Jam

📋 copy color: '#BB0046'

red 187 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #BB0046

Tints of Jazzberry Jam #BB0046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 72.76%
G = 0%
B = 27.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB0046 (or 0xBB0046) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 46. RGB value is (187,0,70). Sum of RGB (Red+Green+Blue) = 187+0+70=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0046 is #44FFB9. Grayscale: #3F3F3F. Windows color (decimal): -4521914 or 4587707. OLE color: 4587707.

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

Color convert

RGB 187 0 70 -
CMYK 0 1 0.63 0.27
HSL 337.54º 1% 0.37% -
HSV(B) 337.54º 1% 0.73% -
XYZ 21.6 11.01 6.78 -
YUV 63.89 131.45 215.81 -
System Red Green Blue C M Y K H S L
Decimal 187 0 70 0 1 0.63 0.27 337.54 1 0.37
Hex BB 0 46 0 64 3F 1B 152 64 25
Octal 273 0 106 0 144 77 33 522 144 45
Binary 10111011 0 1000110 0 1100100 111111 11011 101010010 1100100 100101

Color Harmonies of #BB0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0046

Black with #BB0046

Text Example


Text Example

White with #BB0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0046; }

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

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

background-color css

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

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

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

border-color css

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

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

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