Html Css Color HEX #BB005A Jazzberry Jam

📋 copy color: '#BB005A'

red 187 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #BB005A

Tints of Jazzberry Jam #BB005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 67.51%
G = 0%
B = 32.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB005A (or 0xBB005A) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 5A. RGB value is (187,0,90). Sum of RGB (Red+Green+Blue) = 187+0+90=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB005A is #44FFA5. Grayscale: #424242. Windows color (decimal): -4521894 or 5898427. OLE color: 5898427.

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

Color convert

RGB 187 0 90 -
CMYK 0 1 0.52 0.27
HSL 331.12º 1% 0.37% -
HSV(B) 331.12º 1% 0.73% -
XYZ 22.34 11.3 10.68 -
YUV 66.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 187 0 90 0 1 0.52 0.27 331.12 1 0.37
Hex BB 0 5A 0 64 34 1B 14B 64 25
Octal 273 0 132 0 144 64 33 513 144 45
Binary 10111011 0 1011010 0 1100100 110100 11011 101001011 1100100 100101

Color Harmonies of #BB005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB005A

Black with #BB005A

Text Example


Text Example

White with #BB005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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