Html Css Color HEX #BA066E Jazzberry Jam

📋 copy color: '#BA066E'

red 186 ◦ green 6 ◦ blue 110

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

Shades of Jazzberry Jam #BA066E

Tints of Jazzberry Jam #BA066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 61.59%
G = 1.99%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA066E (or 0xBA066E) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 6E. RGB value is (186,6,110). Sum of RGB (Red+Green+Blue) = 186+6+110=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA066E is #45F991. Grayscale: #474747. Windows color (decimal): -4585874 or 7210682. OLE color: 7210682.

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

Color convert

RGB 186 6 110 -
CMYK 0 0.97 0.41 0.27
HSL 325.33º 0.94% 0.38% -
HSV(B) 325.33º 0.97% 0.73% -
XYZ 23.13 11.7 15.79 -
YUV 71.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 186 6 110 0 0.97 0.41 0.27 325.33 0.94 0.38
Hex BA 6 6E 0 61 29 1B 145 5E 26
Octal 272 6 156 0 141 51 33 505 136 46
Binary 10111010 110 1101110 0 1100001 101001 11011 101000101 1011110 100110

Color Harmonies of #BA066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA066E

Black with #BA066E

Text Example


Text Example

White with #BA066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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