Html Css Color HEX #BB0459 Jazzberry Jam

📋 copy color: '#BB0459'

red 187 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #BB0459

Tints of Jazzberry Jam #BB0459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 66.79%
G = 1.43%
B = 31.79%

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

#BB0459 (or 0xBB0459) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 59. RGB value is (187,4,89). Sum of RGB (Red+Green+Blue) = 187+4+89=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0459 is #44FBA6. Grayscale: #444444. Windows color (decimal): -4520871 or 5833915. OLE color: 5833915.

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

Color convert

RGB 187 4 89 -
CMYK 0 0.98 0.52 0.27
HSL 332.13º 0.96% 0.37% -
HSV(B) 332.13º 0.98% 0.73% -
XYZ 22.34 11.37 10.47 -
YUV 68.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 187 4 89 0 0.98 0.52 0.27 332.13 0.96 0.37
Hex BB 4 59 0 62 34 1B 14C 60 25
Octal 273 4 131 0 142 64 33 514 140 45
Binary 10111011 100 1011001 0 1100010 110100 11011 101001100 1100000 100101

Color Harmonies of #BB0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0459

Black with #BB0459

Text Example


Text Example

White with #BB0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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