Html Css Color HEX #BA055F Jazzberry Jam

📋 copy color: '#BA055F'

red 186 ◦ green 5 ◦ blue 95

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

Shades of Jazzberry Jam #BA055F

Tints of Jazzberry Jam #BA055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 65.03%
G = 1.75%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA055F (or 0xBA055F) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 5F. RGB value is (186,5,95). Sum of RGB (Red+Green+Blue) = 186+5+95=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA055F is #45FAA0. Grayscale: #454545. Windows color (decimal): -4586145 or 6227386. OLE color: 6227386.

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

Color convert

RGB 186 5 95 -
CMYK 0 0.97 0.49 0.27
HSL 330.17º 0.95% 0.37% -
HSV(B) 330.17º 0.97% 0.73% -
XYZ 22.37 11.37 11.84 -
YUV 69.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 186 5 95 0 0.97 0.49 0.27 330.17 0.95 0.37
Hex BA 5 5F 0 61 31 1B 14A 5F 25
Octal 272 5 137 0 141 61 33 512 137 45
Binary 10111010 101 1011111 0 1100001 110001 11011 101001010 1011111 100101

Color Harmonies of #BA055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA055F

Black with #BA055F

Text Example


Text Example

White with #BA055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA055F; }

 p { color: rgb(186,5,95); }

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

background-color css

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

 a { background-color: rgb(186,5,95); }

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

border-color css

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

 span { border-color: rgb(186,5,95); }

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