Html Css Color HEX #BB044A Jazzberry Jam

📋 copy color: '#BB044A'

red 187 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #BB044A

Tints of Jazzberry Jam #BB044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 70.57%
G = 1.51%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB044A (or 0xBB044A) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 4A. RGB value is (187,4,74). Sum of RGB (Red+Green+Blue) = 187+4+74=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB044A is #44FBB5. Grayscale: #424242. Windows color (decimal): -4520886 or 4850875. OLE color: 4850875.

HSL color Cylindrical-coordinate representation of color #BB044A: hue angle of 337.05º degrees, saturation: 0.96, 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 #BB044A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 74 -
CMYK 0 0.98 0.60 0.27
HSL 337.05º 0.96% 0.37% -
HSV(B) 337.05º 0.98% 0.73% -
XYZ 21.77 11.15 7.48 -
YUV 66.7 132.13 213.81 -
System Red Green Blue C M Y K H S L
Decimal 187 4 74 0 0.98 0.60 0.27 337.05 0.96 0.37
Hex BB 4 4A 0 62 3C 1B 151 60 25
Octal 273 4 112 0 142 74 33 521 140 45
Binary 10111011 100 1001010 0 1100010 111100 11011 101010001 1100000 100101

Color Harmonies of #BB044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB044A

Black with #BB044A

Text Example


Text Example

White with #BB044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB044A; }

 p { color: rgb(187,4,74); }

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

background-color css

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

 a { background-color: rgb(187,4,74); }

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

border-color css

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

 span { border-color: rgb(187,4,74); }

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