Html Css Color HEX #BA165F Jazzberry Jam

📋 copy color: '#BA165F'

red 186 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #BA165F

Tints of Jazzberry Jam #BA165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

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

R = 61.39%
G = 7.26%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA165F (or 0xBA165F) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 5F. RGB value is (186,22,95). Sum of RGB (Red+Green+Blue) = 186+22+95=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA165F is #45E9A0. Grayscale: #4F4F4F. Windows color (decimal): -4581793 or 6231738. OLE color: 6231738.

HSL color Cylindrical-coordinate representation of color #BA165F: hue angle of 333.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA165F is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 95 -
CMYK 0 0.88 0.49 0.27
HSL 333.29º 0.79% 0.41% -
HSV(B) 333.29º 0.88% 0.73% -
XYZ 22.6 11.84 11.92 -
YUV 79.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 186 22 95 0 0.88 0.49 0.27 333.29 0.79 0.41
Hex BA 16 5F 0 58 31 1B 14D 4F 29
Octal 272 26 137 0 130 61 33 515 117 51
Binary 10111010 10110 1011111 0 1011000 110001 11011 101001101 1001111 101001

Color Harmonies of #BA165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA165F

Black with #BA165F

Text Example


Text Example

White with #BA165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA165F; }

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

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

background-color css

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

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

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

border-color css

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

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

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