Html Css Color HEX #BA0770 Jazzberry Jam

📋 copy color: '#BA0770'

red 186 ◦ green 7 ◦ blue 112

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

Shades of Jazzberry Jam #BA0770

Tints of Jazzberry Jam #BA0770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 60.98%
G = 2.3%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA0770 (or 0xBA0770) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 70. RGB value is (186,7,112). Sum of RGB (Red+Green+Blue) = 186+7+112=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0770 is #45F88F. Grayscale: #484848. Windows color (decimal): -4585616 or 7342010. OLE color: 7342010.

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

Color convert

RGB 186 7 112 -
CMYK 0 0.96 0.40 0.27
HSL 324.8º 0.93% 0.38% -
HSV(B) 324.8º 0.96% 0.73% -
XYZ 23.25 11.76 16.37 -
YUV 72.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 186 7 112 0 0.96 0.40 0.27 324.8 0.93 0.38
Hex BA 7 70 0 60 28 1B 145 5D 26
Octal 272 7 160 0 140 50 33 505 135 46
Binary 10111010 111 1110000 0 1100000 101000 11011 101000101 1011101 100110

Color Harmonies of #BA0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0770

Black with #BA0770

Text Example


Text Example

White with #BA0770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0770; }

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

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

background-color css

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

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

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

border-color css

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

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

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