Html Css Color HEX #BA1469 Jazzberry Jam

📋 copy color: '#BA1469'

red 186 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #BA1469

Tints of Jazzberry Jam #BA1469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 59.81%
G = 6.43%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA1469 (or 0xBA1469) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 69. RGB value is (186,20,105). Sum of RGB (Red+Green+Blue) = 186+20+105=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1469 is #45EB96. Grayscale: #4F4F4F. Windows color (decimal): -4582295 or 6886586. OLE color: 6886586.

HSL color Cylindrical-coordinate representation of color #BA1469: hue angle of 329.28º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1469 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 105 -
CMYK 0 0.89 0.44 0.27
HSL 329.28º 0.81% 0.4% -
HSV(B) 329.28º 0.89% 0.73% -
XYZ 23.05 11.96 14.46 -
YUV 79.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 186 20 105 0 0.89 0.44 0.27 329.28 0.81 0.4
Hex BA 14 69 0 59 2C 1B 149 51 28
Octal 272 24 151 0 131 54 33 511 121 50
Binary 10111010 10100 1101001 0 1011001 101100 11011 101001001 1010001 101000

Color Harmonies of #BA1469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1469

Black with #BA1469

Text Example


Text Example

White with #BA1469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1469; }

 p { color: rgb(186,20,105); }

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

background-color css

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

 a { background-color: rgb(186,20,105); }

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

border-color css

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

 span { border-color: rgb(186,20,105); }

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