Html Css Color HEX #BB0054 Jazzberry Jam

📋 copy color: '#BB0054'

red 187 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #BB0054

Tints of Jazzberry Jam #BB0054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 69%
G = 0%
B = 31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB0054 (or 0xBB0054) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 54. RGB value is (187,0,84). Sum of RGB (Red+Green+Blue) = 187+0+84=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0054 is #44FFAB. Grayscale: #414141. Windows color (decimal): -4521900 or 5505211. OLE color: 5505211.

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

Color convert

RGB 187 0 84 -
CMYK 0 1 0.55 0.27
HSL 333.05º 1% 0.37% -
HSV(B) 333.05º 1% 0.73% -
XYZ 22.09 11.2 9.39 -
YUV 65.49 138.45 214.67 -
System Red Green Blue C M Y K H S L
Decimal 187 0 84 0 1 0.55 0.27 333.05 1 0.37
Hex BB 0 54 0 64 37 1B 14D 64 25
Octal 273 0 124 0 144 67 33 515 144 45
Binary 10111011 0 1010100 0 1100100 110111 11011 101001101 1100100 100101

Color Harmonies of #BB0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0054

Black with #BB0054

Text Example


Text Example

White with #BB0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0054; }

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

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

background-color css

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

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

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

border-color css

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

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

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