Html Css Color HEX #BA0663 Jazzberry Jam

📋 copy color: '#BA0663'

red 186 ◦ green 6 ◦ blue 99

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

Shades of Jazzberry Jam #BA0663

Tints of Jazzberry Jam #BA0663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 63.92%
G = 2.06%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0663 (or 0xBA0663) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 63. RGB value is (186,6,99). Sum of RGB (Red+Green+Blue) = 186+6+99=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0663 is #45F99C. Grayscale: #464646. Windows color (decimal): -4585885 or 6489786. OLE color: 6489786.

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

Color convert

RGB 186 6 99 -
CMYK 0 0.97 0.47 0.27
HSL 329º 0.94% 0.38% -
HSV(B) 329º 0.97% 0.73% -
XYZ 22.57 11.47 12.83 -
YUV 70.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 186 6 99 0 0.97 0.47 0.27 329 0.94 0.38
Hex BA 6 63 0 61 2F 1B 149 5E 26
Octal 272 6 143 0 141 57 33 511 136 46
Binary 10111010 110 1100011 0 1100001 101111 11011 101001001 1011110 100110

Color Harmonies of #BA0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0663

Black with #BA0663

Text Example


Text Example

White with #BA0663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0663; }

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

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

background-color css

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

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

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

border-color css

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

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

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