Html Css Color HEX #B9185B Jazzberry Jam

📋 copy color: '#B9185B'

red 185 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #B9185B

Tints of Jazzberry Jam #B9185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 61.67%
G = 8%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9185B (or 0xB9185B) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 5B. RGB value is (185,24,91). Sum of RGB (Red+Green+Blue) = 185+24+91=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9185B is #46E7A4. Grayscale: #4F4F4F. Windows color (decimal): -4646821 or 5970105. OLE color: 5970105.

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

Color convert

RGB 185 24 91 -
CMYK 0 0.87 0.51 0.27
HSL 335.03º 0.77% 0.41% -
HSV(B) 335.03º 0.87% 0.73% -
XYZ 22.22 11.72 10.99 -
YUV 79.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 185 24 91 0 0.87 0.51 0.27 335.03 0.77 0.41
Hex B9 18 5B 0 57 33 1B 14F 4D 29
Octal 271 30 133 0 127 63 33 517 115 51
Binary 10111001 11000 1011011 0 1010111 110011 11011 101001111 1001101 101001

Color Harmonies of #B9185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9185B

Black with #B9185B

Text Example


Text Example

White with #B9185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9185B; }

 p { color: rgb(185,24,91); }

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

background-color css

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

 a { background-color: rgb(185,24,91); }

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

border-color css

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

 span { border-color: rgb(185,24,91); }

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