Html Css Color HEX #BA016D Jazzberry Jam

📋 copy color: '#BA016D'

red 186 ◦ green 1 ◦ blue 109

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

Shades of Jazzberry Jam #BA016D

Tints of Jazzberry Jam #BA016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 62.84%
G = 0.34%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA016D (or 0xBA016D) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 6D. RGB value is (186,1,109). Sum of RGB (Red+Green+Blue) = 186+1+109=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016D is #45FE92. Grayscale: #444444. Windows color (decimal): -4587155 or 7143866. OLE color: 7143866.

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

Color convert

RGB 186 1 109 -
CMYK 0 0.99 0.41 0.27
HSL 324.97º 0.99% 0.37% -
HSV(B) 324.97º 0.99% 0.73% -
XYZ 23.02 11.56 15.49 -
YUV 68.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 186 1 109 0 0.99 0.41 0.27 324.97 0.99 0.37
Hex BA 1 6D 0 63 29 1B 145 63 25
Octal 272 1 155 0 143 51 33 505 143 45
Binary 10111010 1 1101101 0 1100011 101001 11011 101000101 1100011 100101

Color Harmonies of #BA016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA016D

Black with #BA016D

Text Example


Text Example

White with #BA016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA016D; }

 p { color: rgb(186,1,109); }

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

background-color css

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

 a { background-color: rgb(186,1,109); }

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

border-color css

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

 span { border-color: rgb(186,1,109); }

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