Html Css Color HEX #BA114F Jazzberry Jam

📋 copy color: '#BA114F'

red 186 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #BA114F

Tints of Jazzberry Jam #BA114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 65.96%
G = 6.03%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA114F (or 0xBA114F) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 4F. RGB value is (186,17,79). Sum of RGB (Red+Green+Blue) = 186+17+79=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA114F is #45EEB0. Grayscale: #4A4A4A. Windows color (decimal): -4583089 or 5181882. OLE color: 5181882.

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

Color convert

RGB 186 17 79 -
CMYK 0 0.91 0.58 0.27
HSL 337.99º 0.83% 0.4% -
HSV(B) 337.99º 0.91% 0.73% -
XYZ 21.86 11.4 8.45 -
YUV 74.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 186 17 79 0 0.91 0.58 0.27 337.99 0.83 0.4
Hex BA 11 4F 0 5B 3A 1B 152 53 28
Octal 272 21 117 0 133 72 33 522 123 50
Binary 10111010 10001 1001111 0 1011011 111010 11011 101010010 1010011 101000

Color Harmonies of #BA114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA114F

Black with #BA114F

Text Example


Text Example

White with #BA114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA114F; }

 p { color: rgb(186,17,79); }

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

background-color css

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

 a { background-color: rgb(186,17,79); }

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

border-color css

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

 span { border-color: rgb(186,17,79); }

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