Html Css Color HEX #BB0154 Jazzberry Jam

📋 copy color: '#BB0154'

red 187 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #BB0154

Tints of Jazzberry Jam #BB0154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 68.75%
G = 0.37%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB0154 (or 0xBB0154) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 54. RGB value is (187,1,84). Sum of RGB (Red+Green+Blue) = 187+1+84=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0154 is #44FEAB. Grayscale: #414141. Windows color (decimal): -4521644 or 5505467. OLE color: 5505467.

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

Color convert

RGB 187 1 84 -
CMYK 0 0.99 0.55 0.27
HSL 333.23º 0.99% 0.37% -
HSV(B) 333.23º 0.99% 0.73% -
XYZ 22.1 11.23 9.39 -
YUV 66.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 187 1 84 0 0.99 0.55 0.27 333.23 0.99 0.37
Hex BB 1 54 0 63 37 1B 14D 63 25
Octal 273 1 124 0 143 67 33 515 143 45
Binary 10111011 1 1010100 0 1100011 110111 11011 101001101 1100011 100101

Color Harmonies of #BB0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0154

Black with #BB0154

Text Example


Text Example

White with #BB0154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0154; }

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

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

background-color css

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

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

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

border-color css

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

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

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