Html Css Color HEX #BA1A5E Jazzberry Jam

📋 copy color: '#BA1A5E'

red 186 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #BA1A5E

Tints of Jazzberry Jam #BA1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

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

R = 60.78%
G = 8.5%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA1A5E (or 0xBA1A5E) is known color: Jazzberry Jam. HEX triplet: BA, 1A and 5E. RGB value is (186,26,94). Sum of RGB (Red+Green+Blue) = 186+26+94=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A5E is #45E5A1. Grayscale: #515151. Windows color (decimal): -4580770 or 6167226. OLE color: 6167226.

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

Color convert

RGB 186 26 94 -
CMYK 0 0.86 0.49 0.27
HSL 334.5º 0.75% 0.42% -
HSV(B) 334.5º 0.86% 0.73% -
XYZ 22.64 11.99 11.71 -
YUV 81.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 186 26 94 0 0.86 0.49 0.27 334.5 0.75 0.42
Hex BA 1A 5E 0 56 31 1B 14E 4B 2A
Octal 272 32 136 0 126 61 33 516 113 52
Binary 10111010 11010 1011110 0 1010110 110001 11011 101001110 1001011 101010

Color Harmonies of #BA1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A5E

Black with #BA1A5E

Text Example


Text Example

White with #BA1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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