Html Css Color HEX #BB0047 Jazzberry Jam

📋 copy color: '#BB0047'

red 187 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #BB0047

Tints of Jazzberry Jam #BB0047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 72.48%
G = 0%
B = 27.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB0047 (or 0xBB0047) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 47. RGB value is (187,0,71). Sum of RGB (Red+Green+Blue) = 187+0+71=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0047 is #44FFB8. Grayscale: #3F3F3F. Windows color (decimal): -4521913 or 4653243. OLE color: 4653243.

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

Color convert

RGB 187 0 71 -
CMYK 0 1 0.62 0.27
HSL 337.22º 1% 0.37% -
HSV(B) 337.22º 1% 0.73% -
XYZ 21.63 11.02 6.95 -
YUV 64.01 131.95 215.73 -
System Red Green Blue C M Y K H S L
Decimal 187 0 71 0 1 0.62 0.27 337.22 1 0.37
Hex BB 0 47 0 64 3E 1B 151 64 25
Octal 273 0 107 0 144 76 33 521 144 45
Binary 10111011 0 1000111 0 1100100 111110 11011 101010001 1100100 100101

Color Harmonies of #BB0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0047

Black with #BB0047

Text Example


Text Example

White with #BB0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0047; }

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

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

background-color css

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

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

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

border-color css

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

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

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