Html Css Color HEX #B90157 Jazzberry Jam

📋 copy color: '#B90157'

red 185 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #B90157

Tints of Jazzberry Jam #B90157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 67.77%
G = 0.37%
B = 31.87%

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

#B90157 (or 0xB90157) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 57. RGB value is (185,1,87). Sum of RGB (Red+Green+Blue) = 185+1+87=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90157 is #46FEA8. Grayscale: #414141. Windows color (decimal): -4652713 or 5702073. OLE color: 5702073.

HSL color Cylindrical-coordinate representation of color #B90157: hue angle of 331.96º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90157 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 87 -
CMYK 0 0.99 0.53 0.27
HSL 331.96º 0.99% 0.36% -
HSV(B) 331.96º 0.99% 0.73% -
XYZ 21.74 11.02 10 -
YUV 65.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 185 1 87 0 0.99 0.53 0.27 331.96 0.99 0.36
Hex B9 1 57 0 63 35 1B 14C 63 24
Octal 271 1 127 0 143 65 33 514 143 44
Binary 10111001 1 1010111 0 1100011 110101 11011 101001100 1100011 100100

Color Harmonies of #B90157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90157

Black with #B90157

Text Example


Text Example

White with #B90157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90157; }

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

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

background-color css

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

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

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

border-color css

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

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

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