Html Css Color HEX #B90255 Jazzberry Jam

📋 copy color: '#B90255'

red 185 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #B90255

Tints of Jazzberry Jam #B90255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 68.01%
G = 0.74%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B90255 (or 0xB90255) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 55. RGB value is (185,2,85). Sum of RGB (Red+Green+Blue) = 185+2+85=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B90255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90255 is #46FDAA. Grayscale: #424242. Windows color (decimal): -4652459 or 5571257. OLE color: 5571257.

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

Color convert

RGB 185 2 85 -
CMYK 0 0.99 0.54 0.27
HSL 332.79º 0.98% 0.37% -
HSV(B) 332.79º 0.99% 0.73% -
XYZ 21.67 11.01 9.58 -
YUV 66.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 185 2 85 0 0.99 0.54 0.27 332.79 0.98 0.37
Hex B9 2 55 0 63 36 1B 14D 62 25
Octal 271 2 125 0 143 66 33 515 142 45
Binary 10111001 10 1010101 0 1100011 110110 11011 101001101 1100010 100101

Color Harmonies of #B90255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90255

Black with #B90255

Text Example


Text Example

White with #B90255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90255; }

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

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

background-color css

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

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

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

border-color css

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

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

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