Html Css Color HEX #BB044C Jazzberry Jam

📋 copy color: '#BB044C'

red 187 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #BB044C

Tints of Jazzberry Jam #BB044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 70.04%
G = 1.5%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB044C (or 0xBB044C) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 4C. RGB value is (187,4,76). Sum of RGB (Red+Green+Blue) = 187+4+76=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB044C is #44FBB3. Grayscale: #424242. Windows color (decimal): -4520884 or 4981947. OLE color: 4981947.

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

Color convert

RGB 187 4 76 -
CMYK 0 0.98 0.59 0.27
HSL 336.39º 0.96% 0.37% -
HSV(B) 336.39º 0.98% 0.73% -
XYZ 21.84 11.17 7.84 -
YUV 66.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 187 4 76 0 0.98 0.59 0.27 336.39 0.96 0.37
Hex BB 4 4C 0 62 3B 1B 150 60 25
Octal 273 4 114 0 142 73 33 520 140 45
Binary 10111011 100 1001100 0 1100010 111011 11011 101010000 1100000 100101

Color Harmonies of #BB044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB044C

Black with #BB044C

Text Example


Text Example

White with #BB044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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