Html Css Color HEX #BA1C6C Jazzberry Jam

📋 copy color: '#BA1C6C'

red 186 ◦ green 28 ◦ blue 108

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

Shades of Jazzberry Jam #BA1C6C

Tints of Jazzberry Jam #BA1C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

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

R = 57.76%
G = 8.7%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA1C6C (or 0xBA1C6C) is known color: Jazzberry Jam. HEX triplet: BA, 1C and 6C. RGB value is (186,28,108). Sum of RGB (Red+Green+Blue) = 186+28+108=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C6C is #45E393. Grayscale: #545454. Windows color (decimal): -4580244 or 7085242. OLE color: 7085242.

HSL color Cylindrical-coordinate representation of color #BA1C6C: hue angle of 329.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C6C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 108 -
CMYK 0 0.85 0.42 0.27
HSL 329.62º 0.74% 0.42% -
HSV(B) 329.62º 0.85% 0.73% -
XYZ 23.37 12.35 15.34 -
YUV 84.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 186 28 108 0 0.85 0.42 0.27 329.62 0.74 0.42
Hex BA 1C 6C 0 55 2A 1B 14A 4A 2A
Octal 272 34 154 0 125 52 33 512 112 52
Binary 10111010 11100 1101100 0 1010101 101010 11011 101001010 1001010 101010

Color Harmonies of #BA1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C6C

Black with #BA1C6C

Text Example


Text Example

White with #BA1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C6C; }

 p { color: rgb(186,28,108); }

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

background-color css

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

 a { background-color: rgb(186,28,108); }

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

border-color css

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

 span { border-color: rgb(186,28,108); }

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