Html Css Color HEX #B9155F Jazzberry Jam

📋 copy color: '#B9155F'

red 185 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #B9155F

Tints of Jazzberry Jam #B9155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 61.46%
G = 6.98%
B = 31.56%

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

#B9155F (or 0xB9155F) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 5F. RGB value is (185,21,95). Sum of RGB (Red+Green+Blue) = 185+21+95=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9155F is #46EAA0. Grayscale: #4E4E4E. Windows color (decimal): -4647585 or 6231481. OLE color: 6231481.

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

Color convert

RGB 185 21 95 -
CMYK 0 0.89 0.49 0.27
HSL 332.93º 0.8% 0.4% -
HSV(B) 332.93º 0.89% 0.73% -
XYZ 22.34 11.68 11.9 -
YUV 78.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 185 21 95 0 0.89 0.49 0.27 332.93 0.8 0.4
Hex B9 15 5F 0 59 31 1B 14D 50 28
Octal 271 25 137 0 131 61 33 515 120 50
Binary 10111001 10101 1011111 0 1011001 110001 11011 101001101 1010000 101000

Color Harmonies of #B9155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9155F

Black with #B9155F

Text Example


Text Example

White with #B9155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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