Html Css Color HEX #BA175E Jazzberry Jam

📋 copy color: '#BA175E'

red 186 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #BA175E

Tints of Jazzberry Jam #BA175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 61.39%
G = 7.59%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA175E (or 0xBA175E) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 5E. RGB value is (186,23,94). Sum of RGB (Red+Green+Blue) = 186+23+94=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA175E is #45E8A1. Grayscale: #4F4F4F. Windows color (decimal): -4581538 or 6166458. OLE color: 6166458.

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

Color convert

RGB 186 23 94 -
CMYK 0 0.88 0.49 0.27
HSL 333.87º 0.78% 0.41% -
HSV(B) 333.87º 0.88% 0.73% -
XYZ 22.58 11.86 11.69 -
YUV 79.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 186 23 94 0 0.88 0.49 0.27 333.87 0.78 0.41
Hex BA 17 5E 0 58 31 1B 14E 4E 29
Octal 272 27 136 0 130 61 33 516 116 51
Binary 10111010 10111 1011110 0 1011000 110001 11011 101001110 1001110 101001

Color Harmonies of #BA175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA175E

Black with #BA175E

Text Example


Text Example

White with #BA175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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