Html Css Color HEX #BA1362 Jazzberry Jam

📋 copy color: '#BA1362'

red 186 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #BA1362

Tints of Jazzberry Jam #BA1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 61.39%
G = 6.27%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1362 (or 0xBA1362) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 62. RGB value is (186,19,98). Sum of RGB (Red+Green+Blue) = 186+19+98=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1362 is #45EC9D. Grayscale: #4D4D4D. Windows color (decimal): -4582558 or 6427578. OLE color: 6427578.

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

Color convert

RGB 186 19 98 -
CMYK 0 0.90 0.47 0.27
HSL 331.62º 0.81% 0.4% -
HSV(B) 331.62º 0.9% 0.73% -
XYZ 22.69 11.79 12.63 -
YUV 77.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 186 19 98 0 0.90 0.47 0.27 331.62 0.81 0.4
Hex BA 13 62 0 5A 2F 1B 14C 51 28
Octal 272 23 142 0 132 57 33 514 121 50
Binary 10111010 10011 1100010 0 1011010 101111 11011 101001100 1010001 101000

Color Harmonies of #BA1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1362

Black with #BA1362

Text Example


Text Example

White with #BA1362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1362; }

 p { color: rgb(186,19,98); }

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

background-color css

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

 a { background-color: rgb(186,19,98); }

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

border-color css

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

 span { border-color: rgb(186,19,98); }

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