Html Css Color HEX #B90551 Jazzberry Jam

📋 copy color: '#B90551'

red 185 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #B90551

Tints of Jazzberry Jam #B90551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 68.27%
G = 1.85%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B90551 (or 0xB90551) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 51. RGB value is (185,5,81). Sum of RGB (Red+Green+Blue) = 185+5+81=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B90551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90551 is #46FAAE. Grayscale: #434343. Windows color (decimal): -4651695 or 5309881. OLE color: 5309881.

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

Color convert

RGB 185 5 81 -
CMYK 0 0.97 0.56 0.27
HSL 334.67º 0.95% 0.37% -
HSV(B) 334.67º 0.97% 0.73% -
XYZ 21.55 11.02 8.78 -
YUV 67.48 135.63 211.82 -
System Red Green Blue C M Y K H S L
Decimal 185 5 81 0 0.97 0.56 0.27 334.67 0.95 0.37
Hex B9 5 51 0 61 38 1B 14F 5F 25
Octal 271 5 121 0 141 70 33 517 137 45
Binary 10111001 101 1010001 0 1100001 111000 11011 101001111 1011111 100101

Color Harmonies of #B90551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90551

Black with #B90551

Text Example


Text Example

White with #B90551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90551; }

 p { color: rgb(185,5,81); }

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

background-color css

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

 a { background-color: rgb(185,5,81); }

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

border-color css

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

 span { border-color: rgb(185,5,81); }

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