Html Css Color HEX #B90250 Jazzberry Jam

📋 copy color: '#B90250'

red 185 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #B90250

Tints of Jazzberry Jam #B90250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 69.29%
G = 0.75%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B90250 (or 0xB90250) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 50. RGB value is (185,2,80). Sum of RGB (Red+Green+Blue) = 185+2+80=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B90250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90250 is #46FDAF. Grayscale: #414141. Windows color (decimal): -4652464 or 5243577. OLE color: 5243577.

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

Color convert

RGB 185 2 80 -
CMYK 0 0.99 0.57 0.27
HSL 334.43º 0.98% 0.37% -
HSV(B) 334.43º 0.99% 0.73% -
XYZ 21.48 10.94 8.57 -
YUV 65.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 185 2 80 0 0.99 0.57 0.27 334.43 0.98 0.37
Hex B9 2 50 0 63 39 1B 14E 62 25
Octal 271 2 120 0 143 71 33 516 142 45
Binary 10111001 10 1010000 0 1100011 111001 11011 101001110 1100010 100101

Color Harmonies of #B90250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90250

Black with #B90250

Text Example


Text Example

White with #B90250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90250; }

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

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

background-color css

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

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

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

border-color css

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

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

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