Html Css Color HEX #B9186A Jazzberry Jam

📋 copy color: '#B9186A'

red 185 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #B9186A

Tints of Jazzberry Jam #B9186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 58.73%
G = 7.62%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9186A (or 0xB9186A) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 6A. RGB value is (185,24,106). Sum of RGB (Red+Green+Blue) = 185+24+106=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9186A is #46E795. Grayscale: #515151. Windows color (decimal): -4646806 or 6953145. OLE color: 6953145.

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

Color convert

RGB 185 24 106 -
CMYK 0 0.87 0.43 0.27
HSL 329.44º 0.77% 0.41% -
HSV(B) 329.44º 0.87% 0.73% -
XYZ 22.94 12.01 14.74 -
YUV 81.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 185 24 106 0 0.87 0.43 0.27 329.44 0.77 0.41
Hex B9 18 6A 0 57 2B 1B 149 4D 29
Octal 271 30 152 0 127 53 33 511 115 51
Binary 10111001 11000 1101010 0 1010111 101011 11011 101001001 1001101 101001

Color Harmonies of #B9186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9186A

Black with #B9186A

Text Example


Text Example

White with #B9186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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