Html Css Color HEX #B90355 Jazzberry Jam

📋 copy color: '#B90355'

red 185 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #B90355

Tints of Jazzberry Jam #B90355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 67.77%
G = 1.1%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B90355 (or 0xB90355) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 55. RGB value is (185,3,85). Sum of RGB (Red+Green+Blue) = 185+3+85=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90355 is #46FCAA. Grayscale: #424242. Windows color (decimal): -4652203 or 5571513. OLE color: 5571513.

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

Color convert

RGB 185 3 85 -
CMYK 0 0.98 0.54 0.27
HSL 332.97º 0.97% 0.37% -
HSV(B) 332.97º 0.98% 0.73% -
XYZ 21.68 11.04 9.58 -
YUV 66.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 185 3 85 0 0.98 0.54 0.27 332.97 0.97 0.37
Hex B9 3 55 0 62 36 1B 14D 61 25
Octal 271 3 125 0 142 66 33 515 141 45
Binary 10111001 11 1010101 0 1100010 110110 11011 101001101 1100001 100101

Color Harmonies of #B90355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90355

Black with #B90355

Text Example


Text Example

White with #B90355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90355; }

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

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

background-color css

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

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

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

border-color css

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

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

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