Html Css Color HEX #BA1C62 Jazzberry Jam

📋 copy color: '#BA1C62'

red 186 ◦ green 28 ◦ blue 98

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

Shades of Jazzberry Jam #BA1C62

Tints of Jazzberry Jam #BA1C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

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

R = 59.62%
G = 8.97%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1C62 (or 0xBA1C62) is known color: Jazzberry Jam. HEX triplet: BA, 1C and 62. RGB value is (186,28,98). Sum of RGB (Red+Green+Blue) = 186+28+98=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C62 is #45E39D. Grayscale: #535353. Windows color (decimal): -4580254 or 6429882. OLE color: 6429882.

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

Color convert

RGB 186 28 98 -
CMYK 0 0.85 0.47 0.27
HSL 333.42º 0.74% 0.42% -
HSV(B) 333.42º 0.85% 0.73% -
XYZ 22.87 12.15 12.7 -
YUV 83.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 186 28 98 0 0.85 0.47 0.27 333.42 0.74 0.42
Hex BA 1C 62 0 55 2F 1B 14D 4A 2A
Octal 272 34 142 0 125 57 33 515 112 52
Binary 10111010 11100 1100010 0 1010101 101111 11011 101001101 1001010 101010

Color Harmonies of #BA1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C62

Black with #BA1C62

Text Example


Text Example

White with #BA1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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