Html Css Color HEX #BA0660 Jazzberry Jam

📋 copy color: '#BA0660'

red 186 ◦ green 6 ◦ blue 96

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

Shades of Jazzberry Jam #BA0660

Tints of Jazzberry Jam #BA0660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 64.58%
G = 2.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA0660 (or 0xBA0660) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 60. RGB value is (186,6,96). Sum of RGB (Red+Green+Blue) = 186+6+96=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0660 is #45F99F. Grayscale: #454545. Windows color (decimal): -4585888 or 6293178. OLE color: 6293178.

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

Color convert

RGB 186 6 96 -
CMYK 0 0.97 0.48 0.27
HSL 330º 0.94% 0.38% -
HSV(B) 330º 0.97% 0.73% -
XYZ 22.43 11.41 12.09 -
YUV 70.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 186 6 96 0 0.97 0.48 0.27 330 0.94 0.38
Hex BA 6 60 0 61 30 1B 14A 5E 26
Octal 272 6 140 0 141 60 33 512 136 46
Binary 10111010 110 1100000 0 1100001 110000 11011 101001010 1011110 100110

Color Harmonies of #BA0660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0660

Black with #BA0660

Text Example


Text Example

White with #BA0660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0660; }

 p { color: rgb(186,6,96); }

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

background-color css

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

 a { background-color: rgb(186,6,96); }

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

border-color css

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

 span { border-color: rgb(186,6,96); }

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