Html Css Color HEX #BB0354 Jazzberry Jam

📋 copy color: '#BB0354'

red 187 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #BB0354

Tints of Jazzberry Jam #BB0354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 68.25%
G = 1.09%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB0354 (or 0xBB0354) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 54. RGB value is (187,3,84). Sum of RGB (Red+Green+Blue) = 187+3+84=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0354 is #44FCAB. Grayscale: #434343. Windows color (decimal): -4521132 or 5505979. OLE color: 5505979.

HSL color Cylindrical-coordinate representation of color #BB0354: hue angle of 333.59º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0354 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 84 -
CMYK 0 0.98 0.55 0.27
HSL 333.59º 0.97% 0.37% -
HSV(B) 333.59º 0.98% 0.73% -
XYZ 22.13 11.27 9.4 -
YUV 67.25 137.46 213.41 -
System Red Green Blue C M Y K H S L
Decimal 187 3 84 0 0.98 0.55 0.27 333.59 0.97 0.37
Hex BB 3 54 0 62 37 1B 14E 61 25
Octal 273 3 124 0 142 67 33 516 141 45
Binary 10111011 11 1010100 0 1100010 110111 11011 101001110 1100001 100101

Color Harmonies of #BB0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0354

Black with #BB0354

Text Example


Text Example

White with #BB0354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0354; }

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

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

background-color css

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

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

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

border-color css

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

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

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