Html Css Color HEX #BB055C Jazzberry Jam

📋 copy color: '#BB055C'

red 187 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #BB055C

Tints of Jazzberry Jam #BB055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 65.85%
G = 1.76%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB055C (or 0xBB055C) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 5C. RGB value is (187,5,92). Sum of RGB (Red+Green+Blue) = 187+5+92=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB055C is #44FAA3. Grayscale: #454545. Windows color (decimal): -4520612 or 6030779. OLE color: 6030779.

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

Color convert

RGB 187 5 92 -
CMYK 0 0.97 0.51 0.27
HSL 331.32º 0.95% 0.38% -
HSV(B) 331.32º 0.97% 0.73% -
XYZ 22.48 11.45 11.15 -
YUV 69.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 187 5 92 0 0.97 0.51 0.27 331.32 0.95 0.38
Hex BB 5 5C 0 61 33 1B 14B 5F 26
Octal 273 5 134 0 141 63 33 513 137 46
Binary 10111011 101 1011100 0 1100001 110011 11011 101001011 1011111 100110

Color Harmonies of #BB055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB055C

Black with #BB055C

Text Example


Text Example

White with #BB055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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