Html Css Color HEX #B90257 Jazzberry Jam

📋 copy color: '#B90257'

red 185 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #B90257

Tints of Jazzberry Jam #B90257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 67.52%
G = 0.73%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B90257 (or 0xB90257) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 57. RGB value is (185,2,87). Sum of RGB (Red+Green+Blue) = 185+2+87=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B90257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90257 is #46FDA8. Grayscale: #424242. Windows color (decimal): -4652457 or 5702329. OLE color: 5702329.

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

Color convert

RGB 185 2 87 -
CMYK 0 0.99 0.53 0.27
HSL 332.13º 0.98% 0.37% -
HSV(B) 332.13º 0.99% 0.73% -
XYZ 21.75 11.05 10 -
YUV 66.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 185 2 87 0 0.99 0.53 0.27 332.13 0.98 0.37
Hex B9 2 57 0 63 35 1B 14C 62 25
Octal 271 2 127 0 143 65 33 514 142 45
Binary 10111001 10 1010111 0 1100011 110101 11011 101001100 1100010 100101

Color Harmonies of #B90257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90257

Black with #B90257

Text Example


Text Example

White with #B90257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90257; }

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

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

background-color css

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

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

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

border-color css

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

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

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