Html Css Color HEX #BB045A Jazzberry Jam

📋 copy color: '#BB045A'

red 187 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #BB045A

Tints of Jazzberry Jam #BB045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 66.55%
G = 1.42%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB045A (or 0xBB045A) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 5A. RGB value is (187,4,90). Sum of RGB (Red+Green+Blue) = 187+4+90=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045A is #44FBA5. Grayscale: #444444. Windows color (decimal): -4520870 or 5899451. OLE color: 5899451.

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

Color convert

RGB 187 4 90 -
CMYK 0 0.98 0.52 0.27
HSL 331.8º 0.96% 0.37% -
HSV(B) 331.8º 0.98% 0.73% -
XYZ 22.38 11.39 10.69 -
YUV 68.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 187 4 90 0 0.98 0.52 0.27 331.8 0.96 0.37
Hex BB 4 5A 0 62 34 1B 14C 60 25
Octal 273 4 132 0 142 64 33 514 140 45
Binary 10111011 100 1011010 0 1100010 110100 11011 101001100 1100000 100101

Color Harmonies of #BB045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB045A

Black with #BB045A

Text Example


Text Example

White with #BB045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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