Html Css Color HEX #BB0460 Jazzberry Jam

📋 copy color: '#BB0460'

red 187 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #BB0460

Tints of Jazzberry Jam #BB0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 65.16%
G = 1.39%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB0460 (or 0xBB0460) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 60. RGB value is (187,4,96). Sum of RGB (Red+Green+Blue) = 187+4+96=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0460 is #44FB9F. Grayscale: #454545. Windows color (decimal): -4520864 or 6292667. OLE color: 6292667.

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

Color convert

RGB 187 4 96 -
CMYK 0 0.98 0.49 0.27
HSL 329.84º 0.96% 0.37% -
HSV(B) 329.84º 0.98% 0.73% -
XYZ 22.65 11.5 12.09 -
YUV 69.21 143.13 212.02 -
System Red Green Blue C M Y K H S L
Decimal 187 4 96 0 0.98 0.49 0.27 329.84 0.96 0.37
Hex BB 4 60 0 62 31 1B 14A 60 25
Octal 273 4 140 0 142 61 33 512 140 45
Binary 10111011 100 1100000 0 1100010 110001 11011 101001010 1100000 100101

Color Harmonies of #BB0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0460

Black with #BB0460

Text Example


Text Example

White with #BB0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0460; }

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

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

background-color css

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

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

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

border-color css

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

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

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