Html Css Color HEX #B90458 Jazzberry Jam

📋 copy color: '#B90458'

red 185 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #B90458

Tints of Jazzberry Jam #B90458

RGB

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

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

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

R = 66.79%
G = 1.44%
B = 31.77%

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

#B90458 (or 0xB90458) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 58. RGB value is (185,4,88). Sum of RGB (Red+Green+Blue) = 185+4+88=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B90458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90458 is #46FBA7. Grayscale: #434343. Windows color (decimal): -4651944 or 5768377. OLE color: 5768377.

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

Color convert

RGB 185 4 88 -
CMYK 0 0.98 0.52 0.27
HSL 332.15º 0.96% 0.37% -
HSV(B) 332.15º 0.98% 0.73% -
XYZ 21.81 11.11 10.23 -
YUV 67.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 185 4 88 0 0.98 0.52 0.27 332.15 0.96 0.37
Hex B9 4 58 0 62 34 1B 14C 60 25
Octal 271 4 130 0 142 64 33 514 140 45
Binary 10111001 100 1011000 0 1100010 110100 11011 101001100 1100000 100101

Color Harmonies of #B90458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90458

Black with #B90458

Text Example


Text Example

White with #B90458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90458; }

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

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

background-color css

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

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

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

border-color css

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

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

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