Html Css Color HEX #B90560 Jazzberry Jam

📋 copy color: '#B90560'

red 185 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #B90560

Tints of Jazzberry Jam #B90560

RGB

 RED value IS 185 (72.66% from 255) = 64.69%

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 64.69%
G = 1.75%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B90560 (or 0xB90560) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 60. RGB value is (185,5,96). Sum of RGB (Red+Green+Blue) = 185+5+96=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B90560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90560 is #46FA9F. Grayscale: #454545. Windows color (decimal): -4651680 or 6292921. OLE color: 6292921.

HSL color Cylindrical-coordinate representation of color #B90560: hue angle of 329.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90560 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 96 -
CMYK 0 0.97 0.48 0.27
HSL 329.67º 0.95% 0.37% -
HSV(B) 329.67º 0.97% 0.73% -
XYZ 22.17 11.27 12.07 -
YUV 69.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 185 5 96 0 0.97 0.48 0.27 329.67 0.95 0.37
Hex B9 5 60 0 61 30 1B 14A 5F 25
Octal 271 5 140 0 141 60 33 512 137 45
Binary 10111001 101 1100000 0 1100001 110000 11011 101001010 1011111 100101

Color Harmonies of #B90560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90560

Black with #B90560

Text Example


Text Example

White with #B90560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90560; }

 p { color: rgb(185,5,96); }

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

background-color css

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

 a { background-color: rgb(185,5,96); }

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

border-color css

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

 span { border-color: rgb(185,5,96); }

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