Html Css Color HEX #BB0649 Jazzberry Jam

📋 copy color: '#BB0649'

red 187 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #BB0649

Tints of Jazzberry Jam #BB0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 70.3%
G = 2.26%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB0649 (or 0xBB0649) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 49. RGB value is (187,6,73). Sum of RGB (Red+Green+Blue) = 187+6+73=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0649 is #44F9B6. Grayscale: #434343. Windows color (decimal): -4520375 or 4785851. OLE color: 4785851.

HSL color Cylindrical-coordinate representation of color #BB0649: hue angle of 337.79º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0649 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 73 -
CMYK 0 0.97 0.61 0.27
HSL 337.79º 0.94% 0.38% -
HSV(B) 337.79º 0.97% 0.73% -
XYZ 21.76 11.18 7.31 -
YUV 67.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 187 6 73 0 0.97 0.61 0.27 337.79 0.94 0.38
Hex BB 6 49 0 61 3D 1B 152 5E 26
Octal 273 6 111 0 141 75 33 522 136 46
Binary 10111011 110 1001001 0 1100001 111101 11011 101010010 1011110 100110

Color Harmonies of #BB0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0649

Black with #BB0649

Text Example


Text Example

White with #BB0649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0649; }

 p { color: rgb(187,6,73); }

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

background-color css

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

 a { background-color: rgb(187,6,73); }

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

border-color css

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

 span { border-color: rgb(187,6,73); }

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