Html Css Color HEX #BB0659 Jazzberry Jam

📋 copy color: '#BB0659'

red 187 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #BB0659

Tints of Jazzberry Jam #BB0659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 66.31%
G = 2.13%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB0659 (or 0xBB0659) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 59. RGB value is (187,6,89). Sum of RGB (Red+Green+Blue) = 187+6+89=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0659 is #44F9A6. Grayscale: #454545. Windows color (decimal): -4520359 or 5834427. OLE color: 5834427.

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

Color convert

RGB 187 6 89 -
CMYK 0 0.97 0.52 0.27
HSL 332.49º 0.94% 0.38% -
HSV(B) 332.49º 0.97% 0.73% -
XYZ 22.36 11.42 10.48 -
YUV 69.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 187 6 89 0 0.97 0.52 0.27 332.49 0.94 0.38
Hex BB 6 59 0 61 34 1B 14C 5E 26
Octal 273 6 131 0 141 64 33 514 136 46
Binary 10111011 110 1011001 0 1100001 110100 11011 101001100 1011110 100110

Color Harmonies of #BB0659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0659

Black with #BB0659

Text Example


Text Example

White with #BB0659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0659; }

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

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

background-color css

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

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

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

border-color css

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

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

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