Html Css Color HEX #BA0670 Jazzberry Jam

📋 copy color: '#BA0670'

red 186 ◦ green 6 ◦ blue 112

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

Shades of Jazzberry Jam #BA0670

Tints of Jazzberry Jam #BA0670

RGB

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

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

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

R = 61.18%
G = 1.97%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA0670 (or 0xBA0670) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 70. RGB value is (186,6,112). Sum of RGB (Red+Green+Blue) = 186+6+112=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0670 is #45F98F. Grayscale: #474747. Windows color (decimal): -4585872 or 7341754. OLE color: 7341754.

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

Color convert

RGB 186 6 112 -
CMYK 0 0.97 0.40 0.27
HSL 324.67º 0.94% 0.38% -
HSV(B) 324.67º 0.97% 0.73% -
XYZ 23.24 11.74 16.37 -
YUV 71.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 186 6 112 0 0.97 0.40 0.27 324.67 0.94 0.38
Hex BA 6 70 0 61 28 1B 145 5E 26
Octal 272 6 160 0 141 50 33 505 136 46
Binary 10111010 110 1110000 0 1100001 101000 11011 101000101 1011110 100110

Color Harmonies of #BA0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0670

Black with #BA0670

Text Example


Text Example

White with #BA0670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0670; }

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

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

background-color css

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

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

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

border-color css

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

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

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