Html Css Color HEX #B9186D Jazzberry Jam

📋 copy color: '#B9186D'

red 185 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #B9186D

Tints of Jazzberry Jam #B9186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 58.18%
G = 7.55%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9186D (or 0xB9186D) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 6D. RGB value is (185,24,109). Sum of RGB (Red+Green+Blue) = 185+24+109=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9186D is #46E792. Grayscale: #515151. Windows color (decimal): -4646803 or 7149753. OLE color: 7149753.

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

Color convert

RGB 185 24 109 -
CMYK 0 0.87 0.41 0.27
HSL 328.32º 0.77% 0.41% -
HSV(B) 328.32º 0.87% 0.73% -
XYZ 23.09 12.07 15.58 -
YUV 81.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 185 24 109 0 0.87 0.41 0.27 328.32 0.77 0.41
Hex B9 18 6D 0 57 29 1B 148 4D 29
Octal 271 30 155 0 127 51 33 510 115 51
Binary 10111001 11000 1101101 0 1010111 101001 11011 101001000 1001101 101001

Color Harmonies of #B9186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9186D

Black with #B9186D

Text Example


Text Example

White with #B9186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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