Html Css Color HEX #BA016F Jazzberry Jam

📋 copy color: '#BA016F'

red 186 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #BA016F

Tints of Jazzberry Jam #BA016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 62.42%
G = 0.34%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA016F (or 0xBA016F) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 6F. RGB value is (186,1,111). Sum of RGB (Red+Green+Blue) = 186+1+111=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016F is #45FE90. Grayscale: #444444. Windows color (decimal): -4587153 or 7274938. OLE color: 7274938.

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

Color convert

RGB 186 1 111 -
CMYK 0 0.99 0.40 0.27
HSL 324.32º 0.99% 0.37% -
HSV(B) 324.32º 0.99% 0.73% -
XYZ 23.13 11.61 16.06 -
YUV 68.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 186 1 111 0 0.99 0.40 0.27 324.32 0.99 0.37
Hex BA 1 6F 0 63 28 1B 144 63 25
Octal 272 1 157 0 143 50 33 504 143 45
Binary 10111010 1 1101111 0 1100011 101000 11011 101000100 1100011 100101

Color Harmonies of #BA016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA016F

Black with #BA016F

Text Example


Text Example

White with #BA016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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