#BA0A5C

Color #BA0A5C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BA0A5C

Tints of Jazzberry Jam #BA0A5C

Color information

#BA0A5C (or 0xBA0A5C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 5C. RGB value is (186,10,92). Sum of RGB (Red+Green+Blue) = 186+10+92=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A5C is #45F5A3. Grayscale: #474747. Windows color (decimal): -4584868 or 6032058. OLE color: 6032058.

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

Color convert

RGB1861092-
CMYK00.950.510.27
HSL332.05º89.8%38.43%-
HSV(B)332.05º94.62%72.94%-
XYZ22.2911.4311.16-
YUV71.97139.31209.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=64.58%
G=3.47%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186109200.950.510.27332.0589.838.43
HexBAA5C05F331B14c5a26
Octal272121340137633351413246
Binary101110101010101110001011111110011110111010011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A5C; }

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

 H1.HeaderClassName
 {
   color: #BA0A5C;
 }
 .AnyTagClassName
 {
   color: #BA0A5C;
 }
</style>
background-color css

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

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

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

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

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

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