Html Css Color HEX #B90163 Jazzberry Jam

📋 copy color: '#B90163'

red 185 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #B90163

Tints of Jazzberry Jam #B90163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 64.91%
G = 0.35%
B = 34.74%

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

#B90163 (or 0xB90163) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 63. RGB value is (185,1,99). Sum of RGB (Red+Green+Blue) = 185+1+99=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B90163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90163 is #46FE9C. Grayscale: #424242. Windows color (decimal): -4652701 or 6488505. OLE color: 6488505.

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

Color convert

RGB 185 1 99 -
CMYK 0 0.99 0.46 0.27
HSL 328.04º 0.99% 0.36% -
HSV(B) 328.04º 0.99% 0.73% -
XYZ 22.27 11.24 12.8 -
YUV 67.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 185 1 99 0 0.99 0.46 0.27 328.04 0.99 0.36
Hex B9 1 63 0 63 2E 1B 148 63 24
Octal 271 1 143 0 143 56 33 510 143 44
Binary 10111001 1 1100011 0 1100011 101110 11011 101001000 1100011 100100

Color Harmonies of #B90163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90163

Black with #B90163

Text Example


Text Example

White with #B90163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90163; }

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

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

background-color css

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

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

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

border-color css

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

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

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