Html Css Color HEX #B8186C Jazzberry Jam

📋 copy color: '#B8186C'

red 184 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #B8186C

Tints of Jazzberry Jam #B8186C

RGB

 RED value IS 184 (72.27% from 255) = 58.23%

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

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

R = 58.23%
G = 7.59%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8186C (or 0xB8186C) is known color: Jazzberry Jam. HEX triplet: B8, 18 and 6C. RGB value is (184,24,108). Sum of RGB (Red+Green+Blue) = 184+24+108=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8186C is #47E793. Grayscale: #515151. Windows color (decimal): -4712340 or 7084216. OLE color: 7084216.

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

Color convert

RGB 184 24 108 -
CMYK 0 0.87 0.41 0.28
HSL 328.5º 0.77% 0.41% -
HSV(B) 328.5º 0.87% 0.72% -
XYZ 22.8 11.93 15.29 -
YUV 81.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 184 24 108 0 0.87 0.41 0.28 328.5 0.77 0.41
Hex B8 18 6C 0 57 29 1C 148 4D 29
Octal 270 30 154 0 127 51 34 510 115 51
Binary 10111000 11000 1101100 0 1010111 101001 11100 101001000 1001101 101001

Color Harmonies of #B8186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8186C

Black with #B8186C

Text Example


Text Example

White with #B8186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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