Html Css Color HEX #BA1063 Jazzberry Jam

📋 copy color: '#BA1063'

red 186 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #BA1063

Tints of Jazzberry Jam #BA1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 61.79%
G = 5.32%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1063 (or 0xBA1063) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 63. RGB value is (186,16,99). Sum of RGB (Red+Green+Blue) = 186+16+99=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1063 is #45EF9C. Grayscale: #4C4C4C. Windows color (decimal): -4583325 or 6492346. OLE color: 6492346.

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

Color convert

RGB 186 16 99 -
CMYK 0 0.91 0.47 0.27
HSL 330.71º 0.84% 0.4% -
HSV(B) 330.71º 0.91% 0.73% -
XYZ 22.69 11.71 12.87 -
YUV 76.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 186 16 99 0 0.91 0.47 0.27 330.71 0.84 0.4
Hex BA 10 63 0 5B 2F 1B 14B 54 28
Octal 272 20 143 0 133 57 33 513 124 50
Binary 10111010 10000 1100011 0 1011011 101111 11011 101001011 1010100 101000

Color Harmonies of #BA1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1063

Black with #BA1063

Text Example


Text Example

White with #BA1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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