Html Css Color HEX #BB045C Jazzberry Jam

📋 copy color: '#BB045C'

red 187 ◦ green 4 ◦ blue 92

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

Shades of Jazzberry Jam #BB045C

Tints of Jazzberry Jam #BB045C

RGB

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

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

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

R = 66.08%
G = 1.41%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB045C (or 0xBB045C) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 5C. RGB value is (187,4,92). Sum of RGB (Red+Green+Blue) = 187+4+92=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045C is #44FBA3. Grayscale: #444444. Windows color (decimal): -4520868 or 6030523. OLE color: 6030523.

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

Color convert

RGB 187 4 92 -
CMYK 0 0.98 0.51 0.27
HSL 331.15º 0.96% 0.37% -
HSV(B) 331.15º 0.98% 0.73% -
XYZ 22.47 11.42 11.15 -
YUV 68.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 187 4 92 0 0.98 0.51 0.27 331.15 0.96 0.37
Hex BB 4 5C 0 62 33 1B 14B 60 25
Octal 273 4 134 0 142 63 33 513 140 45
Binary 10111011 100 1011100 0 1100010 110011 11011 101001011 1100000 100101

Color Harmonies of #BB045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB045C

Black with #BB045C

Text Example


Text Example

White with #BB045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB045C; }

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

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

background-color css

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

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

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

border-color css

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

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

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