Html Css Color HEX #BA195E Jazzberry Jam

📋 copy color: '#BA195E'

red 186 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #BA195E

Tints of Jazzberry Jam #BA195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 60.98%
G = 8.2%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA195E (or 0xBA195E) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 5E. RGB value is (186,25,94). Sum of RGB (Red+Green+Blue) = 186+25+94=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA195E is #45E6A1. Grayscale: #505050. Windows color (decimal): -4581026 or 6166970. OLE color: 6166970.

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

Color convert

RGB 186 25 94 -
CMYK 0 0.87 0.49 0.27
HSL 334.29º 0.76% 0.41% -
HSV(B) 334.29º 0.87% 0.73% -
XYZ 22.62 11.94 11.7 -
YUV 81.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 186 25 94 0 0.87 0.49 0.27 334.29 0.76 0.41
Hex BA 19 5E 0 57 31 1B 14E 4C 29
Octal 272 31 136 0 127 61 33 516 114 51
Binary 10111010 11001 1011110 0 1010111 110001 11011 101001110 1001100 101001

Color Harmonies of #BA195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA195E

Black with #BA195E

Text Example


Text Example

White with #BA195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA195E; }

 p { color: rgb(186,25,94); }

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

background-color css

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

 a { background-color: rgb(186,25,94); }

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

border-color css

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

 span { border-color: rgb(186,25,94); }

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