Html Css Color HEX #BA125B Jazzberry Jam

📋 copy color: '#BA125B'

red 186 ◦ green 18 ◦ blue 91

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

Shades of Jazzberry Jam #BA125B

Tints of Jazzberry Jam #BA125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

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

R = 63.05%
G = 6.1%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA125B (or 0xBA125B) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 5B. RGB value is (186,18,91). Sum of RGB (Red+Green+Blue) = 186+18+91=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA125B is #45EDA4. Grayscale: #4C4C4C. Windows color (decimal): -4582821 or 5968570. OLE color: 5968570.

HSL color Cylindrical-coordinate representation of color #BA125B: hue angle of 333.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA125B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 91 -
CMYK 0 0.90 0.51 0.27
HSL 333.93º 0.82% 0.4% -
HSV(B) 333.93º 0.9% 0.73% -
XYZ 22.35 11.63 10.96 -
YUV 76.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 186 18 91 0 0.90 0.51 0.27 333.93 0.82 0.4
Hex BA 12 5B 0 5A 33 1B 14E 52 28
Octal 272 22 133 0 132 63 33 516 122 50
Binary 10111010 10010 1011011 0 1011010 110011 11011 101001110 1010010 101000

Color Harmonies of #BA125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA125B

Black with #BA125B

Text Example


Text Example

White with #BA125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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