Html Css Color HEX #BA016B Jazzberry Jam

📋 copy color: '#BA016B'

red 186 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #BA016B

Tints of Jazzberry Jam #BA016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 63.27%
G = 0.34%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA016B (or 0xBA016B) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 6B. RGB value is (186,1,107). Sum of RGB (Red+Green+Blue) = 186+1+107=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016B is #45FE94. Grayscale: #444444. Windows color (decimal): -4587157 or 7012794. OLE color: 7012794.

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

Color convert

RGB 186 1 107 -
CMYK 0 0.99 0.42 0.27
HSL 325.62º 0.99% 0.37% -
HSV(B) 325.62º 0.99% 0.73% -
XYZ 22.91 11.52 14.93 -
YUV 68.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 186 1 107 0 0.99 0.42 0.27 325.62 0.99 0.37
Hex BA 1 6B 0 63 2A 1B 146 63 25
Octal 272 1 153 0 143 52 33 506 143 45
Binary 10111010 1 1101011 0 1100011 101010 11011 101000110 1100011 100101

Color Harmonies of #BA016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA016B

Black with #BA016B

Text Example


Text Example

White with #BA016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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