Html Css Color HEX #BA1663 Jazzberry Jam

📋 copy color: '#BA1663'

red 186 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #BA1663

Tints of Jazzberry Jam #BA1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 60.59%
G = 7.17%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1663 (or 0xBA1663) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 63. RGB value is (186,22,99). Sum of RGB (Red+Green+Blue) = 186+22+99=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1663 is #45E99C. Grayscale: #4F4F4F. Windows color (decimal): -4581789 or 6493882. OLE color: 6493882.

HSL color Cylindrical-coordinate representation of color #BA1663: hue angle of 331.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1663 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 99 -
CMYK 0 0.88 0.47 0.27
HSL 331.83º 0.79% 0.41% -
HSV(B) 331.83º 0.88% 0.73% -
XYZ 22.79 11.91 12.9 -
YUV 79.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 186 22 99 0 0.88 0.47 0.27 331.83 0.79 0.41
Hex BA 16 63 0 58 2F 1B 14C 4F 29
Octal 272 26 143 0 130 57 33 514 117 51
Binary 10111010 10110 1100011 0 1011000 101111 11011 101001100 1001111 101001

Color Harmonies of #BA1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1663

Black with #BA1663

Text Example


Text Example

White with #BA1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1663; }

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

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

background-color css

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

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

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

border-color css

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

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

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