Html Css Color HEX #BA094D Jazzberry Jam

📋 copy color: '#BA094D'

red 186 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #BA094D

Tints of Jazzberry Jam #BA094D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 68.38%
G = 3.31%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA094D (or 0xBA094D) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 4D. RGB value is (186,9,77). Sum of RGB (Red+Green+Blue) = 186+9+77=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA094D is #45F6B2. Grayscale: #454545. Windows color (decimal): -4585139 or 5048762. OLE color: 5048762.

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

Color convert

RGB 186 9 77 -
CMYK 0 0.95 0.59 0.27
HSL 336.95º 0.91% 0.38% -
HSV(B) 336.95º 0.95% 0.73% -
XYZ 21.69 11.17 8.03 -
YUV 69.68 132.14 210.97 -
System Red Green Blue C M Y K H S L
Decimal 186 9 77 0 0.95 0.59 0.27 336.95 0.91 0.38
Hex BA 9 4D 0 5F 3B 1B 151 5B 26
Octal 272 11 115 0 137 73 33 521 133 46
Binary 10111010 1001 1001101 0 1011111 111011 11011 101010001 1011011 100110

Color Harmonies of #BA094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA094D

Black with #BA094D

Text Example


Text Example

White with #BA094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA094D; }

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

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

background-color css

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

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

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

border-color css

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

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

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