Html Css Color HEX #B90460 Jazzberry Jam

📋 copy color: '#B90460'

red 185 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #B90460

Tints of Jazzberry Jam #B90460

RGB

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

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

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

R = 64.91%
G = 1.4%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B90460 (or 0xB90460) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 60. RGB value is (185,4,96). Sum of RGB (Red+Green+Blue) = 185+4+96=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B90460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90460 is #46FB9F. Grayscale: #444444. Windows color (decimal): -4651936 or 6292665. OLE color: 6292665.

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

Color convert

RGB 185 4 96 -
CMYK 0 0.98 0.48 0.27
HSL 329.5º 0.96% 0.37% -
HSV(B) 329.5º 0.98% 0.73% -
XYZ 22.16 11.25 12.07 -
YUV 68.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 185 4 96 0 0.98 0.48 0.27 329.5 0.96 0.37
Hex B9 4 60 0 62 30 1B 14A 60 25
Octal 271 4 140 0 142 60 33 512 140 45
Binary 10111001 100 1100000 0 1100010 110000 11011 101001010 1100000 100101

Color Harmonies of #B90460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90460

Black with #B90460

Text Example


Text Example

White with #B90460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90460; }

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

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

background-color css

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

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

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

border-color css

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

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

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