Html Css Color HEX #BA026F Jazzberry Jam

📋 copy color: '#BA026F'

red 186 ◦ green 2 ◦ blue 111

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

Shades of Jazzberry Jam #BA026F

Tints of Jazzberry Jam #BA026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 62.21%
G = 0.67%
B = 37.12%

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

#BA026F (or 0xBA026F) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 6F. RGB value is (186,2,111). Sum of RGB (Red+Green+Blue) = 186+2+111=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA026F is #45FD90. Grayscale: #454545. Windows color (decimal): -4586897 or 7275194. OLE color: 7275194.

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

Color convert

RGB 186 2 111 -
CMYK 0 0.99 0.40 0.27
HSL 324.46º 0.98% 0.37% -
HSV(B) 324.46º 0.99% 0.73% -
XYZ 23.14 11.63 16.06 -
YUV 69.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 186 2 111 0 0.99 0.40 0.27 324.46 0.98 0.37
Hex BA 2 6F 0 63 28 1B 144 62 25
Octal 272 2 157 0 143 50 33 504 142 45
Binary 10111010 10 1101111 0 1100011 101000 11011 101000100 1100010 100101

Color Harmonies of #BA026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA026F

Black with #BA026F

Text Example


Text Example

White with #BA026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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