Html Css Color HEX #BA185C Jazzberry Jam

📋 copy color: '#BA185C'

red 186 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #BA185C

Tints of Jazzberry Jam #BA185C

RGB

 RED value IS 186 (73.05% from 255) = 61.59%

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 61.59%
G = 7.95%
B = 30.46%

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

#BA185C (or 0xBA185C) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 5C. RGB value is (186,24,92). Sum of RGB (Red+Green+Blue) = 186+24+92=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA185C is #45E7A3. Grayscale: #505050. Windows color (decimal): -4581284 or 6035642. OLE color: 6035642.

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

Color convert

RGB 186 24 92 -
CMYK 0 0.87 0.51 0.27
HSL 334.81º 0.77% 0.41% -
HSV(B) 334.81º 0.87% 0.73% -
XYZ 22.51 11.87 11.23 -
YUV 80.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 186 24 92 0 0.87 0.51 0.27 334.81 0.77 0.41
Hex BA 18 5C 0 57 33 1B 14F 4D 29
Octal 272 30 134 0 127 63 33 517 115 51
Binary 10111010 11000 1011100 0 1010111 110011 11011 101001111 1001101 101001

Color Harmonies of #BA185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA185C

Black with #BA185C

Text Example


Text Example

White with #BA185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA185C; }

 p { color: rgb(186,24,92); }

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

background-color css

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

 a { background-color: rgb(186,24,92); }

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

border-color css

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

 span { border-color: rgb(186,24,92); }

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