Html Css Color HEX #B9155A Jazzberry Jam

📋 copy color: '#B9155A'

red 185 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #B9155A

Tints of Jazzberry Jam #B9155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 62.5%
G = 7.09%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9155A (or 0xB9155A) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 5A. RGB value is (185,21,90). Sum of RGB (Red+Green+Blue) = 185+21+90=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9155A is #46EAA5. Grayscale: #4D4D4D. Windows color (decimal): -4647590 or 5903801. OLE color: 5903801.

HSL color Cylindrical-coordinate representation of color #B9155A: hue angle of 334.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9155A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 90 -
CMYK 0 0.89 0.51 0.27
HSL 334.76º 0.8% 0.4% -
HSV(B) 334.76º 0.89% 0.73% -
XYZ 22.12 11.59 10.74 -
YUV 77.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 185 21 90 0 0.89 0.51 0.27 334.76 0.8 0.4
Hex B9 15 5A 0 59 33 1B 14F 50 28
Octal 271 25 132 0 131 63 33 517 120 50
Binary 10111001 10101 1011010 0 1011001 110011 11011 101001111 1010000 101000

Color Harmonies of #B9155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9155A

Black with #B9155A

Text Example


Text Example

White with #B9155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9155A; }

 p { color: rgb(185,21,90); }

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

background-color css

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

 a { background-color: rgb(185,21,90); }

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

border-color css

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

 span { border-color: rgb(185,21,90); }

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