Html Css Color HEX #BA095E Jazzberry Jam

📋 copy color: '#BA095E'

red 186 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #BA095E

Tints of Jazzberry Jam #BA095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 64.36%
G = 3.11%
B = 32.53%

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

#BA095E (or 0xBA095E) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 5E. RGB value is (186,9,94). Sum of RGB (Red+Green+Blue) = 186+9+94=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA095E is #45F6A1. Grayscale: #474747. Windows color (decimal): -4585122 or 6162874. OLE color: 6162874.

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

Color convert

RGB 186 9 94 -
CMYK 0 0.95 0.49 0.27
HSL 331.19º 0.91% 0.38% -
HSV(B) 331.19º 0.95% 0.73% -
XYZ 22.37 11.44 11.62 -
YUV 71.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 186 9 94 0 0.95 0.49 0.27 331.19 0.91 0.38
Hex BA 9 5E 0 5F 31 1B 14B 5B 26
Octal 272 11 136 0 137 61 33 513 133 46
Binary 10111010 1001 1011110 0 1011111 110001 11011 101001011 1011011 100110

Color Harmonies of #BA095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA095E

Black with #BA095E

Text Example


Text Example

White with #BA095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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