Html Css Color HEX #BA0A4C Jazzberry Jam

📋 copy color: '#BA0A4C'

red 186 ◦ green 10 ◦ blue 76

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

Shades of Jazzberry Jam #BA0A4C

Tints of Jazzberry Jam #BA0A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 68.38%
G = 3.68%
B = 27.94%

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

#BA0A4C (or 0xBA0A4C) is known color: Jazzberry Jam. HEX triplet: BA, 0A and 4C. RGB value is (186,10,76). Sum of RGB (Red+Green+Blue) = 186+10+76=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A4C is #45F5B3. Grayscale: #464646. Windows color (decimal): -4584884 or 4983482. OLE color: 4983482.

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

Color convert

RGB 186 10 76 -
CMYK 0 0.95 0.59 0.27
HSL 337.5º 0.9% 0.38% -
HSV(B) 337.5º 0.95% 0.73% -
XYZ 21.66 11.18 7.85 -
YUV 70.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 186 10 76 0 0.95 0.59 0.27 337.5 0.9 0.38
Hex BA A 4C 0 5F 3B 1B 152 5A 26
Octal 272 12 114 0 137 73 33 522 132 46
Binary 10111010 1010 1001100 0 1011111 111011 11011 101010010 1011010 100110

Color Harmonies of #BA0A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A4C

Black with #BA0A4C

Text Example


Text Example

White with #BA0A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A4C; }

 p { color: rgb(186,10,76); }

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

background-color css

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

 a { background-color: rgb(186,10,76); }

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

border-color css

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

 span { border-color: rgb(186,10,76); }

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