Html Css Color HEX #B90548 Jazzberry Jam

📋 copy color: '#B90548'

red 185 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #B90548

Tints of Jazzberry Jam #B90548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 70.61%
G = 1.91%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B90548 (or 0xB90548) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 48. RGB value is (185,5,72). Sum of RGB (Red+Green+Blue) = 185+5+72=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B90548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90548 is #46FAB7. Grayscale: #424242. Windows color (decimal): -4651704 or 4720057. OLE color: 4720057.

HSL color Cylindrical-coordinate representation of color #B90548: hue angle of 337.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90548 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 72 -
CMYK 0 0.97 0.61 0.27
HSL 337.67º 0.95% 0.37% -
HSV(B) 337.67º 0.97% 0.73% -
XYZ 21.23 10.89 7.11 -
YUV 66.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 185 5 72 0 0.97 0.61 0.27 337.67 0.95 0.37
Hex B9 5 48 0 61 3D 1B 152 5F 25
Octal 271 5 110 0 141 75 33 522 137 45
Binary 10111001 101 1001000 0 1100001 111101 11011 101010010 1011111 100101

Color Harmonies of #B90548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90548

Black with #B90548

Text Example


Text Example

White with #B90548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90548; }

 p { color: rgb(185,5,72); }

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

background-color css

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

 a { background-color: rgb(185,5,72); }

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

border-color css

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

 span { border-color: rgb(185,5,72); }

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