Html Css Color HEX #BA0964 Jazzberry Jam

📋 copy color: '#BA0964'

red 186 ◦ green 9 ◦ blue 100

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

Shades of Jazzberry Jam #BA0964

Tints of Jazzberry Jam #BA0964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 63.05%
G = 3.05%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA0964 (or 0xBA0964) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 64. RGB value is (186,9,100). Sum of RGB (Red+Green+Blue) = 186+9+100=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0964 is #45F69B. Grayscale: #484848. Windows color (decimal): -4585116 or 6556090. OLE color: 6556090.

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

Color convert

RGB 186 9 100 -
CMYK 0 0.95 0.46 0.27
HSL 329.15º 0.91% 0.38% -
HSV(B) 329.15º 0.95% 0.73% -
XYZ 22.65 11.55 13.09 -
YUV 72.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 186 9 100 0 0.95 0.46 0.27 329.15 0.91 0.38
Hex BA 9 64 0 5F 2E 1B 149 5B 26
Octal 272 11 144 0 137 56 33 511 133 46
Binary 10111010 1001 1100100 0 1011111 101110 11011 101001001 1011011 100110

Color Harmonies of #BA0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0964

Black with #BA0964

Text Example


Text Example

White with #BA0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0964; }

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

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

background-color css

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

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

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

border-color css

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

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

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