Html Css Color HEX #BB0A61 Jazzberry Jam

📋 copy color: '#BB0A61'

red 187 ◦ green 10 ◦ blue 97

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

Shades of Jazzberry Jam #BB0A61

Tints of Jazzberry Jam #BB0A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 63.61%
G = 3.4%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB0A61 (or 0xBB0A61) is known color: Jazzberry Jam. HEX triplet: BB, 0A and 61. RGB value is (187,10,97). Sum of RGB (Red+Green+Blue) = 187+10+97=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A61 is #44F59E. Grayscale: #484848. Windows color (decimal): -4519327 or 6359739. OLE color: 6359739.

HSL color Cylindrical-coordinate representation of color #BB0A61: hue angle of 330.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A61 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 10 97 -
CMYK 0 0.95 0.48 0.27
HSL 330.51º 0.9% 0.39% -
HSV(B) 330.51º 0.95% 0.73% -
XYZ 22.76 11.64 12.36 -
YUV 72.84 141.64 209.43 -
System Red Green Blue C M Y K H S L
Decimal 187 10 97 0 0.95 0.48 0.27 330.51 0.9 0.39
Hex BB A 61 0 5F 30 1B 14B 5A 27
Octal 273 12 141 0 137 60 33 513 132 47
Binary 10111011 1010 1100001 0 1011111 110000 11011 101001011 1011010 100111

Color Harmonies of #BB0A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A61

Black with #BB0A61

Text Example


Text Example

White with #BB0A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A61; }

 p { color: rgb(187,10,97); }

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

background-color css

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

 a { background-color: rgb(187,10,97); }

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

border-color css

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

 span { border-color: rgb(187,10,97); }

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