Html Css Color HEX #BA185A Jazzberry Jam

📋 copy color: '#BA185A'

red 186 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #BA185A

Tints of Jazzberry Jam #BA185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 62%
G = 8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA185A (or 0xBA185A) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 5A. RGB value is (186,24,90). Sum of RGB (Red+Green+Blue) = 186+24+90=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA185A is #45E7A5. Grayscale: #4F4F4F. Windows color (decimal): -4581286 or 5904570. OLE color: 5904570.

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

Color convert

RGB 186 24 90 -
CMYK 0 0.87 0.52 0.27
HSL 335.56º 0.77% 0.41% -
HSV(B) 335.56º 0.87% 0.73% -
XYZ 22.42 11.83 10.77 -
YUV 79.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 186 24 90 0 0.87 0.52 0.27 335.56 0.77 0.41
Hex BA 18 5A 0 57 34 1B 150 4D 29
Octal 272 30 132 0 127 64 33 520 115 51
Binary 10111010 11000 1011010 0 1010111 110100 11011 101010000 1001101 101001

Color Harmonies of #BA185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA185A

Black with #BA185A

Text Example


Text Example

White with #BA185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA185A; }

 p { color: rgb(186,24,90); }

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

background-color css

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

 a { background-color: rgb(186,24,90); }

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

border-color css

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

 span { border-color: rgb(186,24,90); }

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