Html Css Color HEX #BA1B6A Jazzberry Jam

📋 copy color: '#BA1B6A'

red 186 ◦ green 27 ◦ blue 106

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

Shades of Jazzberry Jam #BA1B6A

Tints of Jazzberry Jam #BA1B6A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 58.31%
G = 8.46%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA1B6A (or 0xBA1B6A) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 6A. RGB value is (186,27,106). Sum of RGB (Red+Green+Blue) = 186+27+106=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B6A is #45E495. Grayscale: #535353. Windows color (decimal): -4580502 or 6953914. OLE color: 6953914.

HSL color Cylindrical-coordinate representation of color #BA1B6A: hue angle of 330.19º degrees, saturation: 0.75, 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 #BA1B6A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 106 -
CMYK 0 0.85 0.43 0.27
HSL 330.19º 0.75% 0.42% -
HSV(B) 330.19º 0.85% 0.73% -
XYZ 23.24 12.26 14.78 -
YUV 83.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 186 27 106 0 0.85 0.43 0.27 330.19 0.75 0.42
Hex BA 1B 6A 0 55 2B 1B 14A 4B 2A
Octal 272 33 152 0 125 53 33 512 113 52
Binary 10111010 11011 1101010 0 1010101 101011 11011 101001010 1001011 101010

Color Harmonies of #BA1B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B6A

Black with #BA1B6A

Text Example


Text Example

White with #BA1B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B6A; }

 p { color: rgb(186,27,106); }

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

background-color css

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

 a { background-color: rgb(186,27,106); }

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

border-color css

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

 span { border-color: rgb(186,27,106); }

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