Html Css Color HEX #BA1A6C Jazzberry Jam

📋 copy color: '#BA1A6C'

red 186 ◦ green 26 ◦ blue 108

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

Shades of Jazzberry Jam #BA1A6C

Tints of Jazzberry Jam #BA1A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

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

R = 58.13%
G = 8.13%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA1A6C (or 0xBA1A6C) is known color: Jazzberry Jam. HEX triplet: BA, 1A and 6C. RGB value is (186,26,108). Sum of RGB (Red+Green+Blue) = 186+26+108=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A6C is #45E593. Grayscale: #535353. Windows color (decimal): -4580756 or 7084730. OLE color: 7084730.

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

Color convert

RGB 186 26 108 -
CMYK 0 0.86 0.42 0.27
HSL 329.25º 0.75% 0.42% -
HSV(B) 329.25º 0.86% 0.73% -
XYZ 23.33 12.26 15.32 -
YUV 83.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 186 26 108 0 0.86 0.42 0.27 329.25 0.75 0.42
Hex BA 1A 6C 0 56 2A 1B 149 4B 2A
Octal 272 32 154 0 126 52 33 511 113 52
Binary 10111010 11010 1101100 0 1010110 101010 11011 101001001 1001011 101010

Color Harmonies of #BA1A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A6C

Black with #BA1A6C

Text Example


Text Example

White with #BA1A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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