Html Css Color HEX #B9186C Jazzberry Jam

📋 copy color: '#B9186C'

red 185 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #B9186C

Tints of Jazzberry Jam #B9186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 58.36%
G = 7.57%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9186C (or 0xB9186C) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 6C. RGB value is (185,24,108). Sum of RGB (Red+Green+Blue) = 185+24+108=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9186C is #46E793. Grayscale: #515151. Windows color (decimal): -4646804 or 7084217. OLE color: 7084217.

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

Color convert

RGB 185 24 108 -
CMYK 0 0.87 0.42 0.27
HSL 328.7º 0.77% 0.41% -
HSV(B) 328.7º 0.87% 0.73% -
XYZ 23.04 12.05 15.3 -
YUV 81.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 185 24 108 0 0.87 0.42 0.27 328.7 0.77 0.41
Hex B9 18 6C 0 57 2A 1B 149 4D 29
Octal 271 30 154 0 127 52 33 511 115 51
Binary 10111001 11000 1101100 0 1010111 101010 11011 101001001 1001101 101001

Color Harmonies of #B9186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9186C

Black with #B9186C

Text Example


Text Example

White with #B9186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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