Html Css Color HEX #B90562 Jazzberry Jam

📋 copy color: '#B90562'

red 185 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #B90562

Tints of Jazzberry Jam #B90562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 64.24%
G = 1.74%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B90562 (or 0xB90562) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 62. RGB value is (185,5,98). Sum of RGB (Red+Green+Blue) = 185+5+98=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B90562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90562 is #46FA9D. Grayscale: #454545. Windows color (decimal): -4651678 or 6423993. OLE color: 6423993.

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

Color convert

RGB 185 5 98 -
CMYK 0 0.97 0.47 0.27
HSL 329º 0.95% 0.37% -
HSV(B) 329º 0.97% 0.73% -
XYZ 22.27 11.3 12.56 -
YUV 69.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 185 5 98 0 0.97 0.47 0.27 329 0.95 0.37
Hex B9 5 62 0 61 2F 1B 149 5F 25
Octal 271 5 142 0 141 57 33 511 137 45
Binary 10111001 101 1100010 0 1100001 101111 11011 101001001 1011111 100101

Color Harmonies of #B90562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90562

Black with #B90562

Text Example


Text Example

White with #B90562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90562; }

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

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

background-color css

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

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

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

border-color css

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

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

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