Html Css Color HEX #BB055D Jazzberry Jam

📋 copy color: '#BB055D'

red 187 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #BB055D

Tints of Jazzberry Jam #BB055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 65.61%
G = 1.75%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB055D (or 0xBB055D) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 5D. RGB value is (187,5,93). Sum of RGB (Red+Green+Blue) = 187+5+93=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB055D is #44FAA2. Grayscale: #454545. Windows color (decimal): -4520611 or 6096315. OLE color: 6096315.

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

Color convert

RGB 187 5 93 -
CMYK 0 0.97 0.50 0.27
HSL 330.99º 0.95% 0.38% -
HSV(B) 330.99º 0.97% 0.73% -
XYZ 22.52 11.46 11.38 -
YUV 69.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 187 5 93 0 0.97 0.50 0.27 330.99 0.95 0.38
Hex BB 5 5D 0 61 32 1B 14B 5F 26
Octal 273 5 135 0 141 62 33 513 137 46
Binary 10111011 101 1011101 0 1100001 110010 11011 101001011 1011111 100110

Color Harmonies of #BB055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB055D

Black with #BB055D

Text Example


Text Example

White with #BB055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB055D; }

 p { color: rgb(187,5,93); }

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

background-color css

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

 a { background-color: rgb(187,5,93); }

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

border-color css

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

 span { border-color: rgb(187,5,93); }

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