Html Css Color HEX #BA145B Jazzberry Jam

📋 copy color: '#BA145B'

red 186 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #BA145B

Tints of Jazzberry Jam #BA145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 62.63%
G = 6.73%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA145B (or 0xBA145B) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 5B. RGB value is (186,20,91). Sum of RGB (Red+Green+Blue) = 186+20+91=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA145B is #45EBA4. Grayscale: #4D4D4D. Windows color (decimal): -4582309 or 5969082. OLE color: 5969082.

HSL color Cylindrical-coordinate representation of color #BA145B: hue angle of 334.34º 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 #BA145B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 91 -
CMYK 0 0.89 0.51 0.27
HSL 334.34º 0.81% 0.4% -
HSV(B) 334.34º 0.89% 0.73% -
XYZ 22.39 11.69 10.97 -
YUV 77.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 186 20 91 0 0.89 0.51 0.27 334.34 0.81 0.4
Hex BA 14 5B 0 59 33 1B 14E 51 28
Octal 272 24 133 0 131 63 33 516 121 50
Binary 10111010 10100 1011011 0 1011001 110011 11011 101001110 1010001 101000

Color Harmonies of #BA145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA145B

Black with #BA145B

Text Example


Text Example

White with #BA145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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