Html Css Color HEX #BA185B Jazzberry Jam

📋 copy color: '#BA185B'

red 186 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #BA185B

Tints of Jazzberry Jam #BA185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 61.79%
G = 7.97%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA185B (or 0xBA185B) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 5B. RGB value is (186,24,91). Sum of RGB (Red+Green+Blue) = 186+24+91=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA185B is #45E7A4. Grayscale: #4F4F4F. Windows color (decimal): -4581285 or 5970106. OLE color: 5970106.

HSL color Cylindrical-coordinate representation of color #BA185B: hue angle of 335.19º 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 #BA185B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 91 -
CMYK 0 0.87 0.51 0.27
HSL 335.19º 0.77% 0.41% -
HSV(B) 335.19º 0.87% 0.73% -
XYZ 22.46 11.85 11 -
YUV 80.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 186 24 91 0 0.87 0.51 0.27 335.19 0.77 0.41
Hex BA 18 5B 0 57 33 1B 14F 4D 29
Octal 272 30 133 0 127 63 33 517 115 51
Binary 10111010 11000 1011011 0 1010111 110011 11011 101001111 1001101 101001

Color Harmonies of #BA185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA185B

Black with #BA185B

Text Example


Text Example

White with #BA185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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