Html Css Color HEX #BA094A Jazzberry Jam

📋 copy color: '#BA094A'

red 186 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #BA094A

Tints of Jazzberry Jam #BA094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 69.14%
G = 3.35%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA094A (or 0xBA094A) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 4A. RGB value is (186,9,74). Sum of RGB (Red+Green+Blue) = 186+9+74=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA094A is #45F6B5. Grayscale: #454545. Windows color (decimal): -4585142 or 4852154. OLE color: 4852154.

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

Color convert

RGB 186 9 74 -
CMYK 0 0.95 0.60 0.27
HSL 337.97º 0.91% 0.38% -
HSV(B) 337.97º 0.95% 0.73% -
XYZ 21.58 11.13 7.49 -
YUV 69.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 186 9 74 0 0.95 0.60 0.27 337.97 0.91 0.38
Hex BA 9 4A 0 5F 3C 1B 152 5B 26
Octal 272 11 112 0 137 74 33 522 133 46
Binary 10111010 1001 1001010 0 1011111 111100 11011 101010010 1011011 100110

Color Harmonies of #BA094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA094A

Black with #BA094A

Text Example


Text Example

White with #BA094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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