Html Css Color HEX #B90558 Jazzberry Jam

📋 copy color: '#B90558'

red 185 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B90558

Tints of Jazzberry Jam #B90558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.65%

R = 66.55%
G = 1.8%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B90558 (or 0xB90558) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 58. RGB value is (185,5,88). Sum of RGB (Red+Green+Blue) = 185+5+88=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B90558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90558 is #46FAA7. Grayscale: #444444. Windows color (decimal): -4651688 or 5768633. OLE color: 5768633.

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

Color convert

RGB 185 5 88 -
CMYK 0 0.97 0.52 0.27
HSL 332.33º 0.95% 0.37% -
HSV(B) 332.33º 0.97% 0.73% -
XYZ 21.82 11.13 10.23 -
YUV 68.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 185 5 88 0 0.97 0.52 0.27 332.33 0.95 0.37
Hex B9 5 58 0 61 34 1B 14C 5F 25
Octal 271 5 130 0 141 64 33 514 137 45
Binary 10111001 101 1011000 0 1100001 110100 11011 101001100 1011111 100101

Color Harmonies of #B90558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90558

Black with #B90558

Text Example


Text Example

White with #B90558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90558; }

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

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

background-color css

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

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

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

border-color css

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

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

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