#BA005C

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

Shades of Jazzberry Jam #BA005C

Tints of Jazzberry Jam #BA005C

Color information

#BA005C (or 0xBA005C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 5C. RGB value is (186,0,92). Sum of RGB (Red+Green+Blue) = 186+0+92=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005C is #45FFA3. Grayscale: #414141. Windows color (decimal): -4587428 or 6029498. OLE color: 6029498.

HSL color Cylindrical-coordinate representation of color #BA005C: hue angle of 330.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA005C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB186092-
CMYK010.510.27
HSL330.32º100%36.47%-
HSV(B)330.32º100%72.94%-
XYZ22.1811.2111.12-
YUV66.1142.62213.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=66.91%
G=0%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186092010.510.27330.3210036.47
HexBA05C064331B14a6424
Octal27201340144633351214444
Binary101110100101110001100100110011110111010010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA005C; }

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

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

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

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

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

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

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

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