Html Css Color HEX #BA125F Jazzberry Jam

📋 copy color: '#BA125F'

red 186 ◦ green 18 ◦ blue 95

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

Shades of Jazzberry Jam #BA125F

Tints of Jazzberry Jam #BA125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 62.21%
G = 6.02%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA125F (or 0xBA125F) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 5F. RGB value is (186,18,95). Sum of RGB (Red+Green+Blue) = 186+18+95=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA125F is #45EDA0. Grayscale: #4C4C4C. Windows color (decimal): -4582817 or 6230714. OLE color: 6230714.

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

Color convert

RGB 186 18 95 -
CMYK 0 0.90 0.49 0.27
HSL 332.5º 0.82% 0.4% -
HSV(B) 332.5º 0.9% 0.73% -
XYZ 22.53 11.7 11.9 -
YUV 77.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 186 18 95 0 0.90 0.49 0.27 332.5 0.82 0.4
Hex BA 12 5F 0 5A 31 1B 14C 52 28
Octal 272 22 137 0 132 61 33 514 122 50
Binary 10111010 10010 1011111 0 1011010 110001 11011 101001100 1010010 101000

Color Harmonies of #BA125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA125F

Black with #BA125F

Text Example


Text Example

White with #BA125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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