#BA0067

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

Shades of Jazzberry Jam #BA0067

Tints of Jazzberry Jam #BA0067

Color information

#BA0067 (or 0xBA0067) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 67. RGB value is (186,0,103). Sum of RGB (Red+Green+Blue) = 186+0+103=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0067 is #45FF98. Grayscale: #434343. Windows color (decimal): -4587417 or 6750394. OLE color: 6750394.

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

Color convert

RGB1860103-
CMYK010.450.27
HSL326.77º100%36.47%-
HSV(B)326.77º100%72.94%-
XYZ22.711.4213.84-
YUV67.36148.12212.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=64.36%
G=0%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860103010.450.27326.7710036.47
HexBA0670642D1B1476424
Octal27201470144553350714444
Binary101110100110011101100100101101110111010001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0067; }

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

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

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

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

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

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

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

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