#BA006A

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

Shades of Jazzberry Jam #BA006A

Tints of Jazzberry Jam #BA006A

Color information

#BA006A (or 0xBA006A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 6A. RGB value is (186,0,106). Sum of RGB (Red+Green+Blue) = 186+0+106=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006A is #45FF95. Grayscale: #434343. Windows color (decimal): -4587414 or 6947002. OLE color: 6947002.

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

Color convert

RGB1860106-
CMYK010.430.27
HSL325.81º100%36.47%-
HSV(B)325.81º100%72.94%-
XYZ22.8511.4814.65-
YUV67.7149.62212.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=63.70%
G=0%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860106010.430.27325.8110036.47
HexBA06A0642B1B1466424
Octal27201520144533350614444
Binary101110100110101001100100101011110111010001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA006A; }

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

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

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

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

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

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

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

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