Html Css Color HEX #BA1E6A Jazzberry Jam

📋 copy color: '#BA1E6A'

red 186 ◦ green 30 ◦ blue 106

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

Shades of Jazzberry Jam #BA1E6A

Tints of Jazzberry Jam #BA1E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 57.76%
G = 9.32%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA1E6A (or 0xBA1E6A) is known color: Jazzberry Jam. HEX triplet: BA, 1E and 6A. RGB value is (186,30,106). Sum of RGB (Red+Green+Blue) = 186+30+106=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E6A is #45E195. Grayscale: #555555. Windows color (decimal): -4579734 or 6954682. OLE color: 6954682.

HSL color Cylindrical-coordinate representation of color #BA1E6A: hue angle of 330.77º degrees, saturation: 0.72, 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 #BA1E6A is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 106 -
CMYK 0 0.84 0.43 0.27
HSL 330.77º 0.72% 0.42% -
HSV(B) 330.77º 0.84% 0.73% -
XYZ 23.32 12.41 14.8 -
YUV 85.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 186 30 106 0 0.84 0.43 0.27 330.77 0.72 0.42
Hex BA 1E 6A 0 54 2B 1B 14B 48 2A
Octal 272 36 152 0 124 53 33 513 110 52
Binary 10111010 11110 1101010 0 1010100 101011 11011 101001011 1001000 101010

Color Harmonies of #BA1E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E6A

Black with #BA1E6A

Text Example


Text Example

White with #BA1E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E6A; }

 p { color: rgb(186,30,106); }

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

background-color css

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

 a { background-color: rgb(186,30,106); }

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

border-color css

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

 span { border-color: rgb(186,30,106); }

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