Html Css Color HEX #BA1D5E Jazzberry Jam

📋 copy color: '#BA1D5E'

red 186 ◦ green 29 ◦ blue 94

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

Shades of Jazzberry Jam #BA1D5E

Tints of Jazzberry Jam #BA1D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

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

R = 60.19%
G = 9.39%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA1D5E (or 0xBA1D5E) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 5E. RGB value is (186,29,94). Sum of RGB (Red+Green+Blue) = 186+29+94=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5E is #45E2A1. Grayscale: #535353. Windows color (decimal): -4580002 or 6167994. OLE color: 6167994.

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

Color convert

RGB 186 29 94 -
CMYK 0 0.84 0.49 0.27
HSL 335.16º 0.73% 0.42% -
HSV(B) 335.16º 0.84% 0.73% -
XYZ 22.71 12.13 11.73 -
YUV 83.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 186 29 94 0 0.84 0.49 0.27 335.16 0.73 0.42
Hex BA 1D 5E 0 54 31 1B 14F 49 2A
Octal 272 35 136 0 124 61 33 517 111 52
Binary 10111010 11101 1011110 0 1010100 110001 11011 101001111 1001001 101010

Color Harmonies of #BA1D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D5E

Black with #BA1D5E

Text Example


Text Example

White with #BA1D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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