Html Css Color HEX #BB005B Jazzberry Jam

📋 copy color: '#BB005B'

red 187 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #BB005B

Tints of Jazzberry Jam #BB005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 67.27%
G = 0%
B = 32.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB005B (or 0xBB005B) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 5B. RGB value is (187,0,91). Sum of RGB (Red+Green+Blue) = 187+0+91=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB005B is #44FFA4. Grayscale: #424242. Windows color (decimal): -4521893 or 5963963. OLE color: 5963963.

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

Color convert

RGB 187 0 91 -
CMYK 0 1 0.51 0.27
HSL 330.8º 1% 0.37% -
HSV(B) 330.8º 1% 0.73% -
XYZ 22.38 11.32 10.9 -
YUV 66.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 187 0 91 0 1 0.51 0.27 330.8 1 0.37
Hex BB 0 5B 0 64 33 1B 14B 64 25
Octal 273 0 133 0 144 63 33 513 144 45
Binary 10111011 0 1011011 0 1100100 110011 11011 101001011 1100100 100101

Color Harmonies of #BB005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB005B

Black with #BB005B

Text Example


Text Example

White with #BB005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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