Html Css Color HEX #BA0666 Jazzberry Jam

📋 copy color: '#BA0666'

red 186 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #BA0666

Tints of Jazzberry Jam #BA0666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 63.27%
G = 2.04%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA0666 (or 0xBA0666) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 66. RGB value is (186,6,102). Sum of RGB (Red+Green+Blue) = 186+6+102=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0666 is #45F999. Grayscale: #464646. Windows color (decimal): -4585882 or 6686394. OLE color: 6686394.

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

Color convert

RGB 186 6 102 -
CMYK 0 0.97 0.45 0.27
HSL 328º 0.94% 0.38% -
HSV(B) 328º 0.97% 0.73% -
XYZ 22.71 11.53 13.6 -
YUV 70.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 186 6 102 0 0.97 0.45 0.27 328 0.94 0.38
Hex BA 6 66 0 61 2D 1B 148 5E 26
Octal 272 6 146 0 141 55 33 510 136 46
Binary 10111010 110 1100110 0 1100001 101101 11011 101001000 1011110 100110

Color Harmonies of #BA0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0666

Black with #BA0666

Text Example


Text Example

White with #BA0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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