Html Css Color HEX #BA055D Jazzberry Jam

📋 copy color: '#BA055D'

red 186 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #BA055D

Tints of Jazzberry Jam #BA055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 65.49%
G = 1.76%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA055D (or 0xBA055D) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 5D. RGB value is (186,5,93). Sum of RGB (Red+Green+Blue) = 186+5+93=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA055D is #45FAA2. Grayscale: #444444. Windows color (decimal): -4586147 or 6096314. OLE color: 6096314.

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

Color convert

RGB 186 5 93 -
CMYK 0 0.97 0.5 0.27
HSL 330.83º 0.95% 0.37% -
HSV(B) 330.83º 0.97% 0.73% -
XYZ 22.28 11.34 11.37 -
YUV 69.15 141.47 211.34 -
System Red Green Blue C M Y K H S L
Decimal 186 5 93 0 0.97 0.5 0.27 330.83 0.95 0.37
Hex BA 5 5D 0 61 32 1B 14B 5F 25
Octal 272 5 135 0 141 62 33 513 137 45
Binary 10111010 101 1011101 0 1100001 110010 11011 101001011 1011111 100101

Color Harmonies of #BA055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA055D

Black with #BA055D

Text Example


Text Example

White with #BA055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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