Html Css Color HEX #BA0760 Jazzberry Jam

📋 copy color: '#BA0760'

red 186 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #BA0760

Tints of Jazzberry Jam #BA0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

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

R = 64.36%
G = 2.42%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA0760 (or 0xBA0760) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 60. RGB value is (186,7,96). Sum of RGB (Red+Green+Blue) = 186+7+96=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0760 is #45F89F. Grayscale: #464646. Windows color (decimal): -4585632 or 6293434. OLE color: 6293434.

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

Color convert

RGB 186 7 96 -
CMYK 0 0.96 0.48 0.27
HSL 330.17º 0.93% 0.38% -
HSV(B) 330.17º 0.96% 0.73% -
XYZ 22.44 11.44 12.09 -
YUV 70.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 186 7 96 0 0.96 0.48 0.27 330.17 0.93 0.38
Hex BA 7 60 0 60 30 1B 14A 5D 26
Octal 272 7 140 0 140 60 33 512 135 46
Binary 10111010 111 1100000 0 1100000 110000 11011 101001010 1011101 100110

Color Harmonies of #BA0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0760

Black with #BA0760

Text Example


Text Example

White with #BA0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0760; }

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

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

background-color css

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

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

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

border-color css

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

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

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