Html Css Color HEX #B90254 Jazzberry Jam

📋 copy color: '#B90254'

red 185 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #B90254

Tints of Jazzberry Jam #B90254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 68.27%
G = 0.74%
B = 31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B90254 (or 0xB90254) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 54. RGB value is (185,2,84). Sum of RGB (Red+Green+Blue) = 185+2+84=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B90254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90254 is #46FDAB. Grayscale: #414141. Windows color (decimal): -4652460 or 5505721. OLE color: 5505721.

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

Color convert

RGB 185 2 84 -
CMYK 0 0.99 0.55 0.27
HSL 333.11º 0.98% 0.37% -
HSV(B) 333.11º 0.99% 0.73% -
XYZ 21.63 11 9.37 -
YUV 66.07 138.13 212.83 -
System Red Green Blue C M Y K H S L
Decimal 185 2 84 0 0.99 0.55 0.27 333.11 0.98 0.37
Hex B9 2 54 0 63 37 1B 14D 62 25
Octal 271 2 124 0 143 67 33 515 142 45
Binary 10111001 10 1010100 0 1100011 110111 11011 101001101 1100010 100101

Color Harmonies of #B90254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90254

Black with #B90254

Text Example


Text Example

White with #B90254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90254; }

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

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

background-color css

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

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

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

border-color css

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

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

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