Html Css Color HEX #BA0C61 Jazzberry Jam

📋 copy color: '#BA0C61'

red 186 ◦ green 12 ◦ blue 97

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

Shades of Jazzberry Jam #BA0C61

Tints of Jazzberry Jam #BA0C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 63.05%
G = 4.07%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA0C61 (or 0xBA0C61) is known color: Jazzberry Jam. HEX triplet: BA, 0C and 61. RGB value is (186,12,97). Sum of RGB (Red+Green+Blue) = 186+12+97=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C61 is #45F39E. Grayscale: #494949. Windows color (decimal): -4584351 or 6360250. OLE color: 6360250.

HSL color Cylindrical-coordinate representation of color #BA0C61: hue angle of 330.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C61 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 97 -
CMYK 0 0.94 0.48 0.27
HSL 330.69º 0.88% 0.39% -
HSV(B) 330.69º 0.94% 0.73% -
XYZ 22.54 11.57 12.35 -
YUV 73.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 186 12 97 0 0.94 0.48 0.27 330.69 0.88 0.39
Hex BA C 61 0 5E 30 1B 14B 58 27
Octal 272 14 141 0 136 60 33 513 130 47
Binary 10111010 1100 1100001 0 1011110 110000 11011 101001011 1011000 100111

Color Harmonies of #BA0C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C61

Black with #BA0C61

Text Example


Text Example

White with #BA0C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C61; }

 p { color: rgb(186,12,97); }

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

background-color css

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

 a { background-color: rgb(186,12,97); }

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

border-color css

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

 span { border-color: rgb(186,12,97); }

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