Html Css Color HEX #BA095F Jazzberry Jam

📋 copy color: '#BA095F'

red 186 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #BA095F

Tints of Jazzberry Jam #BA095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 64.14%
G = 3.1%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA095F (or 0xBA095F) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 5F. RGB value is (186,9,95). Sum of RGB (Red+Green+Blue) = 186+9+95=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA095F is #45F6A0. Grayscale: #474747. Windows color (decimal): -4585121 or 6228410. OLE color: 6228410.

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

Color convert

RGB 186 9 95 -
CMYK 0 0.95 0.49 0.27
HSL 330.85º 0.91% 0.38% -
HSV(B) 330.85º 0.95% 0.73% -
XYZ 22.41 11.46 11.86 -
YUV 71.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 186 9 95 0 0.95 0.49 0.27 330.85 0.91 0.38
Hex BA 9 5F 0 5F 31 1B 14B 5B 26
Octal 272 11 137 0 137 61 33 513 133 46
Binary 10111010 1001 1011111 0 1011111 110001 11011 101001011 1011011 100110

Color Harmonies of #BA095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA095F

Black with #BA095F

Text Example


Text Example

White with #BA095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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