Html Css Color HEX #B90261 Jazzberry Jam

📋 copy color: '#B90261'

red 185 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #B90261

Tints of Jazzberry Jam #B90261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 65.14%
G = 0.7%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B90261 (or 0xB90261) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 61. RGB value is (185,2,97). Sum of RGB (Red+Green+Blue) = 185+2+97=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B90261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90261 is #46FD9E. Grayscale: #434343. Windows color (decimal): -4652447 or 6357689. OLE color: 6357689.

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

Color convert

RGB 185 2 97 -
CMYK 0 0.99 0.48 0.27
HSL 328.85º 0.98% 0.37% -
HSV(B) 328.85º 0.99% 0.73% -
XYZ 22.19 11.22 12.31 -
YUV 67.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 185 2 97 0 0.99 0.48 0.27 328.85 0.98 0.37
Hex B9 2 61 0 63 30 1B 149 62 25
Octal 271 2 141 0 143 60 33 511 142 45
Binary 10111001 10 1100001 0 1100011 110000 11011 101001001 1100010 100101

Color Harmonies of #B90261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90261

Black with #B90261

Text Example


Text Example

White with #B90261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90261; }

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

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

background-color css

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

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

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

border-color css

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

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

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