Html Css Color HEX #BB0F59 Jazzberry Jam

📋 copy color: '#BB0F59'

red 187 ◦ green 15 ◦ blue 89

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

Shades of Jazzberry Jam #BB0F59

Tints of Jazzberry Jam #BB0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 64.26%
G = 5.15%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB0F59 (or 0xBB0F59) is known color: Jazzberry Jam. HEX triplet: BB, 0F and 59. RGB value is (187,15,89). Sum of RGB (Red+Green+Blue) = 187+15+89=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F59 is #44F0A6. Grayscale: #4A4A4A. Windows color (decimal): -4518055 or 5836731. OLE color: 5836731.

HSL color Cylindrical-coordinate representation of color #BB0F59: hue angle of 334.19º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F59 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 89 -
CMYK 0 0.92 0.52 0.27
HSL 334.19º 0.85% 0.4% -
HSV(B) 334.19º 0.92% 0.73% -
XYZ 22.47 11.63 10.51 -
YUV 74.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 187 15 89 0 0.92 0.52 0.27 334.19 0.85 0.4
Hex BB F 59 0 5C 34 1B 14E 55 28
Octal 273 17 131 0 134 64 33 516 125 50
Binary 10111011 1111 1011001 0 1011100 110100 11011 101001110 1010101 101000

Color Harmonies of #BB0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F59

Black with #BB0F59

Text Example


Text Example

White with #BB0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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