Html Css Color HEX #B9155E Jazzberry Jam

📋 copy color: '#B9155E'

red 185 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #B9155E

Tints of Jazzberry Jam #B9155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 61.67%
G = 7%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9155E (or 0xB9155E) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 5E. RGB value is (185,21,94). Sum of RGB (Red+Green+Blue) = 185+21+94=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9155E is #46EAA1. Grayscale: #4E4E4E. Windows color (decimal): -4647586 or 6165945. OLE color: 6165945.

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

Color convert

RGB 185 21 94 -
CMYK 0 0.89 0.49 0.27
HSL 333.29º 0.8% 0.4% -
HSV(B) 333.29º 0.89% 0.73% -
XYZ 22.3 11.66 11.66 -
YUV 78.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 185 21 94 0 0.89 0.49 0.27 333.29 0.8 0.4
Hex B9 15 5E 0 59 31 1B 14D 50 28
Octal 271 25 136 0 131 61 33 515 120 50
Binary 10111001 10101 1011110 0 1011001 110001 11011 101001101 1010000 101000

Color Harmonies of #B9155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9155E

Black with #B9155E

Text Example


Text Example

White with #B9155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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