Html Css Color HEX #B90659 Jazzberry Jam

📋 copy color: '#B90659'

red 185 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #B90659

Tints of Jazzberry Jam #B90659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 66.07%
G = 2.14%
B = 31.79%

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

#B90659 (or 0xB90659) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 59. RGB value is (185,6,89). Sum of RGB (Red+Green+Blue) = 185+6+89=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B90659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90659 is #46F9A6. Grayscale: #444444. Windows color (decimal): -4651431 or 5834425. OLE color: 5834425.

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

Color convert

RGB 185 6 89 -
CMYK 0 0.97 0.52 0.27
HSL 332.18º 0.94% 0.37% -
HSV(B) 332.18º 0.97% 0.73% -
XYZ 21.88 11.17 10.45 -
YUV 68.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 185 6 89 0 0.97 0.52 0.27 332.18 0.94 0.37
Hex B9 6 59 0 61 34 1B 14C 5E 25
Octal 271 6 131 0 141 64 33 514 136 45
Binary 10111001 110 1011001 0 1100001 110100 11011 101001100 1011110 100101

Color Harmonies of #B90659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90659

Black with #B90659

Text Example


Text Example

White with #B90659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90659; }

 p { color: rgb(185,6,89); }

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

background-color css

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

 a { background-color: rgb(185,6,89); }

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

border-color css

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

 span { border-color: rgb(185,6,89); }

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