Html Css Color HEX #BA094F Jazzberry Jam

📋 copy color: '#BA094F'

red 186 ◦ green 9 ◦ blue 79

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

Shades of Jazzberry Jam #BA094F

Tints of Jazzberry Jam #BA094F

RGB

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

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

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

R = 67.88%
G = 3.28%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA094F (or 0xBA094F) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 4F. RGB value is (186,9,79). Sum of RGB (Red+Green+Blue) = 186+9+79=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA094F is #45F6B0. Grayscale: #454545. Windows color (decimal): -4585137 or 5179834. OLE color: 5179834.

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

Color convert

RGB 186 9 79 -
CMYK 0 0.95 0.58 0.27
HSL 336.27º 0.91% 0.38% -
HSV(B) 336.27º 0.95% 0.73% -
XYZ 21.76 11.2 8.41 -
YUV 69.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 186 9 79 0 0.95 0.58 0.27 336.27 0.91 0.38
Hex BA 9 4F 0 5F 3A 1B 150 5B 26
Octal 272 11 117 0 137 72 33 520 133 46
Binary 10111010 1001 1001111 0 1011111 111010 11011 101010000 1011011 100110

Color Harmonies of #BA094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA094F

Black with #BA094F

Text Example


Text Example

White with #BA094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA094F; }

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

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

background-color css

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

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

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

border-color css

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

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

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