Html Css Color HEX #BB054D Jazzberry Jam

📋 copy color: '#BB054D'

red 187 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #BB054D

Tints of Jazzberry Jam #BB054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 69.52%
G = 1.86%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB054D (or 0xBB054D) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 4D. RGB value is (187,5,77). Sum of RGB (Red+Green+Blue) = 187+5+77=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB054D is #44FAB2. Grayscale: #434343. Windows color (decimal): -4520627 or 5047739. OLE color: 5047739.

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

Color convert

RGB 187 5 77 -
CMYK 0 0.97 0.59 0.27
HSL 336.26º 0.95% 0.38% -
HSV(B) 336.26º 0.97% 0.73% -
XYZ 21.89 11.21 8.03 -
YUV 67.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 187 5 77 0 0.97 0.59 0.27 336.26 0.95 0.38
Hex BB 5 4D 0 61 3B 1B 150 5F 26
Octal 273 5 115 0 141 73 33 520 137 46
Binary 10111011 101 1001101 0 1100001 111011 11011 101010000 1011111 100110

Color Harmonies of #BB054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB054D

Black with #BB054D

Text Example


Text Example

White with #BB054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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