Html Css Color HEX #B90263 Jazzberry Jam

📋 copy color: '#B90263'

red 185 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #B90263

Tints of Jazzberry Jam #B90263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 64.69%
G = 0.7%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B90263 (or 0xB90263) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 63. RGB value is (185,2,99). Sum of RGB (Red+Green+Blue) = 185+2+99=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B90263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90263 is #46FD9C. Grayscale: #434343. Windows color (decimal): -4652445 or 6488761. OLE color: 6488761.

HSL color Cylindrical-coordinate representation of color #B90263: hue angle of 328.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90263 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 99 -
CMYK 0 0.99 0.46 0.27
HSL 328.2º 0.98% 0.37% -
HSV(B) 328.2º 0.99% 0.73% -
XYZ 22.28 11.26 12.8 -
YUV 67.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 185 2 99 0 0.99 0.46 0.27 328.2 0.98 0.37
Hex B9 2 63 0 63 2E 1B 148 62 25
Octal 271 2 143 0 143 56 33 510 142 45
Binary 10111001 10 1100011 0 1100011 101110 11011 101001000 1100010 100101

Color Harmonies of #B90263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90263

Black with #B90263

Text Example


Text Example

White with #B90263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90263; }

 p { color: rgb(185,2,99); }

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

background-color css

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

 a { background-color: rgb(185,2,99); }

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

border-color css

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

 span { border-color: rgb(185,2,99); }

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