Html Css Color HEX #B90253 Jazzberry Jam

📋 copy color: '#B90253'

red 185 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #B90253

Tints of Jazzberry Jam #B90253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 68.52%
G = 0.74%
B = 30.74%

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

#B90253 (or 0xB90253) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 53. RGB value is (185,2,83). Sum of RGB (Red+Green+Blue) = 185+2+83=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B90253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90253 is #46FDAC. Grayscale: #414141. Windows color (decimal): -4652461 or 5440185. OLE color: 5440185.

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

Color convert

RGB 185 2 83 -
CMYK 0 0.99 0.55 0.27
HSL 333.44º 0.98% 0.37% -
HSV(B) 333.44º 0.99% 0.73% -
XYZ 21.59 10.98 9.17 -
YUV 65.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 185 2 83 0 0.99 0.55 0.27 333.44 0.98 0.37
Hex B9 2 53 0 63 37 1B 14D 62 25
Octal 271 2 123 0 143 67 33 515 142 45
Binary 10111001 10 1010011 0 1100011 110111 11011 101001101 1100010 100101

Color Harmonies of #B90253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90253

Black with #B90253

Text Example


Text Example

White with #B90253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90253; }

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

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

background-color css

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

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

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

border-color css

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

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

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